agentregistry

Build. Deploy. Discover.

One registry for MCP servers, agents, skills, and prompts. Curate the AI building blocks your team trusts, deploy them with one command, and wire them into every IDE.

~/registry — arctl
Open source

One source for every AI building block.

Agents, MCP tools, skills, and prompts — all curated in one registry your team can search, version, and deploy with a single command.

agentregistry

Agents

Identity, servers, skills, and prompts bundled into one deployable unit. Build, push, and version with arctl.

Read the docs

A catalog your developers want to browse.

A built-in web UI to build, deploy, and create agents, servers, skills, and prompts — search the registry, kick off deployments, and track what's running, all without leaving the browser.

localhost:12121 / catalog
agentregistry

Curate centrally. Ship locally.

Platform teams stay in control of what's approved; developers get one place to discover and deploy. The same registry powers both.

FOR ORGANIZATIONS

Curate & deploy.

Package, collect, and enrich AI artifacts from any source — into a single registry your whole company can trust.

  • Approve agents, servers, and skills before company-wide deployment
  • Add metadata that helps assess trustworthiness and security
  • Same source of truth across local dev and Kubernetes
  • Verified-org and verified-publisher signals built in
1Import
2Enrich
3Curate
4Publish
5Deploy
Read the platform guide →
FOR DEVELOPERS

Build & publish.

Scaffold, test, publish, and deploy AI artifacts with minimal dependencies and no manual IDE wiring.

  • Scaffold with arctl init agent or arctl init skill
  • Publish with a single arctl apply
  • Pull and run anywhere — laptop, kind cluster, or prod
  • Auto-configure Claude Desktop, Cursor, and VS Code
1Build
2Push
3Pull
4Run
Read the developer guide →
1

Install the CLI

One-line install. arctl drops into your $PATH and starts the local daemon on first run.

2

Start the daemon

Any arctl command boots the registry. The web UI is exposed automatically.

3

Open the UI & deploy

Visit localhost:12121 and deploy any approved server or agent. Your IDE picks it up through the gateway.

Configure your IDE

Run arctl configure cursor (or vscode, claude) and you're done. New deployments are picked up automatically.

# 1. Install the CLI
curl -fsSL https://raw.githubusercontent.com/agentregistry-dev/agentregistry/main/scripts/get-arctl | bash

# 2. Start the daemon
arctl daemon start
✓ daemon running · http://localhost:12121

# 3. Verify it's up
arctl version

# 4. Open the UI
open http://localhost:12121

# 5. Wire it into your IDE
arctl configure cursor
✓ Cursor configured · 7 servers, 3 agents available

One secure endpoint for every approved server.

Instead of exposing each MCP server, agentregistry routes everything through agentgateway — an AI-native reverse proxy. Your clients connect to one URL, gateway enforces auth, and new deployments are picked up automatically.

Cursor VS Code Claude Code OpenCode arctl CLI Any MCP client
Secure AI endpoint
Single MCP endpoint · LLM Gateway · Tool routing · Auth
agentregistry
Registry server · Web UI
Enrichment · Governance
Agents
Skills
MCP servers
Prompts
Docker Kubernetes Any cloud
Learn about agentgateway →

Frequently asked questions

An open-source platform that gives your team one place to find, manage, and run MCP servers, AI agents, skills, and prompts. You import or publish artifacts once, and anyone on the team can discover them, deploy them with one command, and have their IDE configured automatically.

agentregistry doesn't replace those — it sits on top of them. It pulls MCP servers from npm, PyPI, OCI, or remote endpoints into a single curated catalog with versioning, enrichment scores, verified publishers, and a one-command deploy path. Plus it ships with the agentgateway integration that makes those artifacts actually usable from Claude, Cursor, and VS Code.

Both — the workflow is identical. Locally, arctl brings up the daemon, web UI, and gateway via Docker Compose. For shared environments, deploy the same components into Kubernetes with the Helm chart. The same registry data and deployment YAML work in both places.

A blueprint is the versioned record of what an agent is — its identity, the MCP servers it needs, the skills it uses, and how it should be configured. A deployment is a running instance of that blueprint, scheduled into a specific environment with credentials and gateway routing wired up.

Yes. You can register servers from any internal OCI registry, npm proxy, private repo, or HTTP endpoint. The same governance and gateway flow applies — no public publishing required.

Yes — Apache 2.0. The CLI, daemon, web UI, and Helm chart are all in the agentregistry-dev/agentregistry repo. Contributions, issues, and feature requests are welcome.

Get started

Ship your first agent in five minutes.

Install the CLI, open the web UI, deploy an approved MCP server. Your IDE is wired up automatically through the gateway.

curl -fsSL aregistry.ai/install | bash
arctl version
agentregistry v0.9.0 · daemon running
web ui: http://localhost:12121
arctl configure cursor
✓ 7 servers, 3 agents available