mcp-docs-server

7robots/mcp-docs-server
★ 0 stars Python 🧠 Memory/Knowledge Updated today
Unified FastMCP front-end that proxies multiple documentation MCP servers (FastMCP, Google Developer, Cloudflare, AWS Knowledge, Microsoft Learn) behind a single Code Mode endpoint with Okta auth. Deploys on fastmcp.cloud.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-docs-server": {
      "command": "uvx",
      "args": [
        "mcp-docs-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-docs-server