registry
registry copied to clipboard
A community driven registry service for Model Context Protocol (MCP) servers.
I like our solution to https://github.com/modelcontextprotocol/registry/issues/356 We could do a little more to document it. The core shape is: ``` { "name": "my-server", "description": "...", "_meta": { "io.modelcontextprotocol.registry/official": { /*...
Changed GitHub API endpoint from /users/{username}/orgs to /user/orgs to retrieve all organizations for the authenticated user. Problem The /users/{username}/orgs endpoint only returns organizations where the user's membership is public, causing...
What's the value of including a blank repository in the published json when my server is remote-only? ```json { ... "repository": { "url": "", "source": "" }, ... } ```
**Is your feature request related to a problem? Please describe.** The registry is centralized for domain verification and there is no cryptographic binding between the published MCP URI and a...
## Use case Anthropic will probably run a subregistry, where we do light security scanning and maybe mark some things as 'Verified' publishers etc. I also expect others will too...
The following issue is about the 2 schemas describing the server.json format, their versioning and release strategy. Currently: * We have `server.schema.json` hosted at `static.modelcontextprotocol.io` but the version that is...
## Problem The current `server.json` schema directly references `ServerDetail` without an envelope structure. This makes it difficult to: 1. Include explicit versioning information in the data structure 2. Properly structure...
**Is your feature request related to a problem? Please describe.** I'd like to align https://github.com/anthropics/dxt as much as possible `server.json`. I believe a first good step here would be to...