registry
registry copied to clipboard
A community driven registry service for Model Context Protocol (MCP) servers.
Wanted to capture this so we don't forget about it: https://github.com/modelcontextprotocol/registry/issues/396#issuecomment-3330056115 Will write a more thorough issue later (or someone can beat me to it)
I think the state we _want_ to be in is: - Registry code (including API and CLI) uses exclusively finalized versions of server.json from https://github.com/modelcontextprotocol/static/tree/main/schemas - [This file](https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/server.schema.json) is a...
In https://github.com/modelcontextprotocol/registry/pull/374, it supports `updated_since`, `search`, and `version` query parameters. Please also help make them include them in the official OpenAPI spec, so that other subregistries could align and follow...
**Is your feature request related to a problem? Please describe.** I am working on extending the official registry for use as an enterprise registry using a custom OIDC auth provider....
Receive "title":"Bad Request","status":400,"detail":"Failed to publish server" for package not found
Running mcp-publisher publish in GitHub action after successful github-oidc login returns `Error: publish failed: server returned status 400: {"title":"Bad Request","status":400,"detail":"Failed to publish server","errors":[{"message":"registry validation failed for package 0 (snowflake-labs-mcp): PyPI...
**Is your feature request related to a problem? Please describe.** Our product is deployed in different tenants (US cell1, US cell2 , EMEA etc...), each of those having their own...
**Describe the bug** - I have a repository, say `github.com/contoso/mcp-servers`. - It contains multiple MCP servers, say `my-mcp-server`, `your-mcp-server` and `their-mcp-server`. - If I run `mcp-publisher init` under the `my-mcp-server`,...
We have a bunch of things that need to happen anytime we add a maintainer: - `@modelcontextprotocol.io` account - Permissions to access infra - GitHub permissions, Discord permissions - Maybe...
Right now we manually maintain the Go structs that describe the server.json format alongside its schema. This isn’t ideal, since it’s easy for the two to drift out of sync....
When trying to authenticate mcp-publisher via `mcp-publisher login github`, the authentication flow does not make it clear what the mcp-publisher app will do when "acting on my behalf". See image...