registry

A community driven registry service for Model Context Protocol (MCP) servers.

GitHub Stars

2,181

User Rating

Not Rated

Favorites

0

Views

41

Forks

216

Issues

45

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Go: 1.18 or later
MongoDB
Docker: Optional but recommended for development

Installation Steps

1. Clone Repository

bash
git clone https://github.com/modelcontextprotocol/registry
cd registry

2. Build Docker Image

bash
docker build -t registry .

3. Run with Docker Compose

bash
docker compose up
This will start the MCP Registry service and MongoDB on port 8080.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure MongoDB is running correctly.