registry
registry copied to clipboard
A community driven registry service for Model Context Protocol (MCP) servers.
In `data/seed.json`, the name `io.github.zueai/mcp-manager` points to [https://github.com/zueai/mcp-manager](https://github.com/zueai/mcp-manager). However its package points to [https://pypi.org/project/mcp-manager](https://pypi.org/project/mcp-manager), which is a pypi package with the following home repository: [https://github.com/nstebbins/mcp-manager](https://github.com/nstebbins/mcp-manager). Based on the version, I...
## Summary Following @domdomegg's suggestion in #476, this PR started as adding regex validation to the server name field but evolved based on extensive reviewer feedback into a comprehensive validation...
Similarly to #459 Right now, we manually maintain the OpenAPI spec manually. A better approach would be to rely on tools that let us define everything at the code level...
## Summary This PR implements optional server name scoping in DNS TXT records for authentication, allowing fine-grained permission control through an optional `n=` parameter. ## Problem Currently, DNS TXT records...
I am not sure if this is the right way to report an issue with a specific server. I reviewed https://github.com/modelcontextprotocol/registry/blob/main/docs/guides/administration/moderation-guidelines.md and it does not explain how to report a...
Details mentioned here https://github.com/modelcontextprotocol/registry/pull/488#issuecomment-3298998139 At any point of time, registry should support multiple server.json versions, so that it's not mandatory to update the version, allows flexibility to update when user...
Right now, the author of an MCP server has to specify exactly one transport that the MCP server supports. But what if the MCP server supports multiple transports? For example,...
**Is your feature request related to a problem? Please describe.** From what I can tell, there are 3 auth mechanisms supported by the community instance today: - GitHub -> for...
## Motivation and Context Issue #21 ## How Has This Been Tested? - All existing tests updated for new method signatures - New tests for concurrent requests, exemptions, and user-specific...
**Is your feature request related to a problem? Please describe.** Currently, a TXT record on a DNS name provides wildcard (broad) access to all subdomains over the TXT record (not...