Skip to content

Python Docs MCP Server for Zed

io.github.ayhammouda/python-docs-mcp-server

The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.

client:Zed transport:stdio runtime:pypi

Install Python Docs MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Python Docs MCP Server in other clients