-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Summary
Register the docs MCP server (modelcontextprotocol.io/mcp) in the official MCP Server Registry.
Follow-up from modelcontextprotocol/servers#3047, which covers the 7 local reference servers.
Tasks
- Add
server.jsonto this repo - Publish to registry using
mcp-publisher login github && mcp-publisher publish - Verify at https://registry.modelcontextprotocol.io
Proposed server.json
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.modelcontextprotocol/docs",
"description": "MCP server providing access to modelcontextprotocol.io documentation",
"version": "1.0.0",
"repository": {
"url": "https://github.com/modelcontextprotocol/modelcontextprotocol",
"source": "github"
},
"remotes": [
{
"transportType": "sse",
"url": "https://modelcontextprotocol.io/mcp"
}
]
}Notes
- Remote servers don't need npm/pypi packages - just the URL and transport type
- One-time manual publish is sufficient (no CI needed)
- No version syncing required since URL is stable
References
Metadata
Metadata
Assignees
Labels
No labels