$git clone https://github.com/agentregistry-dev/agentregistry<br/>
| 1 | <p align="center"> |
| 2 | <picture> |
| 3 | <source media="(prefers-color-scheme: dark)" srcset="docs/img/agentregistry-logo.png"> |
| 4 | <source media="(prefers-color-scheme: light)" srcset="docs/img/agentgateway-logo-light.png"> |
| 5 | <img src="docs/img/agentregistry-logo.png" alt="agentregistry" width="500"/> |
| 6 | </picture> |
| 7 | </p> |
| 8 | |
| 9 | <h1 align="center" style="font-size: 3em;">Build. Deploy. Discover.</h1> |
| 10 | <h3 align="center">One registry for MCP servers, agents, skills and prompts.</h3> |
| 11 | |
| 12 | <br/> |
| 13 | |
| 14 | <p align="center"> |
| 15 | <a href="https://github.com/agentregistry-dev/agentregistry/stargazers"><img src="https://img.shields.io/github/stars/agentregistry-dev/agentregistry?style=social" alt="GitHub Stars"></a> |
| 16 | |
| 17 | <a href="https://discord.gg/HTYNjF2y2t"><img src="https://img.shields.io/discord/1435836734666707190?label=Discord&logo=discord&logoColor=white&color=5865F2" alt="Discord"></a> |
| 18 | |
| 19 | <a href="https://github.com/agentregistry-dev/agentregistry/releases"><img src="https://img.shields.io/github/v/release/agentregistry-dev/agentregistry?label=Release" alt="Release"></a> |
| 20 | |
| 21 | <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg" alt="License"></a> |
| 22 | |
| 23 | <a href="https://golang.org/doc/install"><img src="https://img.shields.io/badge/Go-1.25+-blue.svg" alt="Go Version"></a> |
| 24 | </p> |
| 25 | |
| 26 | <p align="center"> |
| 27 | <a href="https://aregistry.ai">Website</a> · <a href="https://aregistry.ai/docs/">Docs</a> · <a href="https://discord.gg/HTYNjF2y2t">Discord</a> · <a href="https://github.com/agentregistry-dev/agentregistry">GitHub</a> · <a href="#quick-start">Quick Start</a> |
| 28 | </p> |
| 29 | |
| 30 | --- |
| 31 | |
| 32 | ## What is agentregistry? |
| 33 | |
| 34 | agentregistry is an open-source platform that gives you one place to find, manage, and run MCP servers, AI agents, and skills. |
| 35 | |
| 36 | Right now, the MCP servers and AI tools your team needs are spread across npm, PyPI, Docker Hub, GitHub repos, and random URLs. Nobody knows which ones are trustworthy, which versions work, or how to get them running. Every developer is doing their own manual Docker setup and IDE configuration. |
| 37 | |
| 38 | agentregistry puts all of that into a single registry with a CLI and a web UI. You publish artifacts once, and then anyone on your team can discover them, deploy them with one command, and have their IDE automatically configured to use them. |
| 39 | |
| 40 | --- |
| 41 | |
| 42 | ## Why agentregistry? |
| 43 | |
| 44 | - **One trusted source for AI building blocks** — a curated catalog instead of scattered repos, scripts, and one-off MCP setup |
| 45 | - **Faster developer onboarding** — discover approved artifacts quickly with less manual configuration |
| 46 | - **Consistent path from laptop to cluster** — same discovery and delivery workflow across local dev and Kubernetes |
| 47 | - **Governance without slowing teams down** — centralize curation and publishing without forcing each team to rebuild the process |
| 48 | |
| 49 | <p align="center"> |
| 50 | <img src="docs/img/hero-final.png" alt="agentregistry overview" width="800"/> |
| 51 | </p> |
| 52 | |
| 53 | <table> |
| 54 | <tr> |
| 55 | <td width="50%" valign="top"> |
| 56 | <h3>For Organizations</h3> |
| 57 | <p><strong>Curate & Deploy</strong></p> |
| 58 | <p>Package, publish, and curate AI artifacts in a single centralized registry.</p> |
| 59 | <ul> |
| 60 | <li><strong>Centralized Control</strong> - Package and publish AI artifacts into a single registry</li> |
| 61 | <li><strong>Security & Governance</strong> - Curate and approve agents, servers, and skills before company-wide deployment</li> |
| 62 | <li><strong>Resource Metadata</strong> - Add context to help teams assess trustworthiness and security</li> |
| 63 | </ul> |
| 64 | |
| 65 | </td> |
| 66 | <td width="50%" valign="top"> |
| 67 | <h3>For Developers</h3> |
| 68 | <p><strong>Build & Publish</strong></p> |
| 69 | <p>Build, test, publish, and deploy AI artifacts with minimal dependencies.</p> |
| 70 | <ul> |
| 71 | <li><strong>Local Development</strong> - Create and test agents, skills, and MCP servers locally</li> |
| 72 | <li><strong>Easy Publishing</strong> - Publish your artifacts to a registry with a single command</li> |
| 73 | <li><strong>Pull & Run Anywhere</strong> - Pull artifacts from the registry and run them in any environment |