Skip to content

Register docs MCP server in the official MCP Registry #2046

@olaservo

Description

@olaservo

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

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions