MCP Mesh Registry
Kubernetes-native service registry for distributed Model Context Protocol (MCP) applications
The MCP Mesh Registry is the central coordination service that enables dynamic service discovery and capability injection for MCP agents running in distributed environments.
🚀 Quick Start
docker run -p 8080:8080 mcpmesh/registry:latest
docker run -p 8080:8080
-e DATABASE_URL=postgres://user:pass@db:5432/mcpmesh
mcpmesh/registry:latest
kubectl apply -f https://raw.githubusercontent.com/dhyansraj/mcp-mesh/main/k8s/registry-deployment.yaml
🏗️ What It Does
🛠️ Configuration
| Environment Variable | Default | Description |
|---|---|---|
| HTTP_PORT | 8080 | HTTP server port |
| DATABASE_URL | SQLite | Database connection (PostgreSQL for production) |
| LOG_LEVEL | info | Logging level (debug, info, warn, error) |
| HEALTH_CHECK_INTERVAL | 30s | Agent health check frequency |
📋 Supported Architectures
🔗 Links
Part of the MCP Mesh ecosystem - see also https://hub.docker.com/r/mcpmesh/python-runtime and https://hub.docker.com/r/mcpmesh/cli.
This gives users a clear understanding of what the registry does, how to use it, and how it fits into the broader MCP Mesh ecosystem.
Content type
Image
Digest
sha256:e75404119…
Size
51.1 MB
Last updated
24 days ago
docker pull mcpmesh/registry