registry
registry copied to clipboard
A community driven registry service for Model Context Protocol (MCP) servers.
`mcp-publisher --help` indicates that each subcommand has its own help: ```console $ mcp-publisher --help MCP Registry Publisher Tool Usage: mcp-publisher [arguments] Commands: init Create a server.json file template login Authenticate...
**Describe the bug** I am trying to start a local container using the prebuilt image as it is described in the documentation. But when docker tries to initialize the image...
**Is your feature request related to a problem? Please describe.** Developers may face issues in generating the server document describing their artifacts for pushing to the official registry. The document...
From @dsp-ant: > ... I want to make sure people understand that the registry exists and how to use it, by visiting modelcontextprotocol.io ... From @domdomegg: > I think the...
**Is your feature request related to a problem? Please describe.** Our server is deployed in GAR. As of now, it seems like MCP registry only supports the official Docker registry....
@rdimitrov Hi! **Describe the bug** When attempting to publish a remote-only MCP server (one that only includes a README and server.json file, no full package), mcp-publisher fails. It seems to...
## Introduction The MCP Registry ecosystem is designed to support multiple registries. Clients will be able to configure and connect to one or more registries, including: - **Subregistries** - Curated...
**Describe the bug** When authenticating via GitHub OIDC, the registry creates permission patterns using the exact casing from the `repository_owner` claim (e.g., `io.github.PrefectHQ/*`). When attempting to publish a server with...
When using `anyOf` in schema7 and no element matches, schema errors from validations of all child elements are produced, which makes it hard to understand the actual schema error. This...
- Introduced `on_device` registry type for pre-installed servers. - Added optional `manifest` and `__dirname` fields in package objects. - Updated validation logic to accept on-device packages without remote checks. -...