A community driven registry service for Model Context Protocol (MCP) servers.
by modelcontextprotocolLast 12 weeks Β· 73 commits
5 of 6 standards met
Context PR #893 added query parameter support to multiple endpoints, but the OpenAPI spec () only documents it on the list endpoint. Ref: https://github.com/modelcontextprotocol/registry/pull/893#pullrequestreview-3868019475 What needs updating The query parameter (boolean, default ) should be added to the OpenAPI spec for: β version detail endpoint β version history endpoint It's already documented on (the list endpoint). Notes The code already supports on all three endpoints β this is purely a spec documentation gap The and were updated in #893; only the OpenAPI spec was missed
Repository: modelcontextprotocol/registry. Description: A community driven registry service for Model Context Protocol (MCP) servers. Stars: 6495, Forks: 622. Primary language: Go. Languages: Go (91.6%), PLpgSQL (3.8%), HTML (2.2%), Shell (1.8%), Makefile (0.6%). Homepage: https://github.com/modelcontextprotocol/registry/tree/main/docs Topics: mcp, mcp-servers. Latest release: v1.4.1 (2w ago). Open PRs: 22, open issues: 121. Last activity: 1d ago. Community health: 87%. Top contributors: domdomegg, rdimitrov, dependabot[bot], tadasant, sridharavinash, toby, joelverhagen, connor4312, jonathanhefner, Copilot and others.
Go
Summary Need metadata correction for an already-published server version: Server: Version: Current registry payload (latest) shows stale metadata: : : Desired values: : : Repro / Evidence 1. Verify current registry payload: 2. Attempted direct publish via after auth: 3. Response: So this appears to require a maintainer-side metadata correction/override for an existing version. Request Please advise whether metadata for an existing published version can be corrected, and if yes, apply the above website/description update for . Thanks.
Guidance for Deploying MCP Registry in Enterprise Environments We are exploring how to run an internal MCP Registry inside our enterprise environment. After reviewing the ecosystem vision, it appears the project offers: 1. The MCP Registry spec, and 2. An official registry app intended for the public MCP registry. When evaluating the official app for internal use, we noticed few public-registry assumptions that donβt align with typical enterprise setups, for example: Uses public npm registry instead of internal Artifactory/Nexus Expects GitHub URLs to be instead of GitHub Enterprise Runs DB schema migrations on startup, which many enterprises restrict Because of this, running the app internally would require changes that feel like maintaining a fork β something weβd like to avoid. Looking for Advice / Recommendations 1. What approach do you recommend for enterprises wanting a private MCP registry? Build a separate implementation based on the spec? Or customize and deploy the official registry app internally? 2. Are there plans to publish an official Docker image with configurable endpoints (DB connection, package registry, Git provider, etc.) to support enterprise deployments? 3. More broadly, what is the projectβs vision for enterprise MCP registries? Understanding this would help us align with the intended ecosystem direction. Thanks for your work on MCP and appreciate for any guidance you can share.