Skip to content
Zed

pystub for Zed

io.github.koyoyeager/pystub

Auto-detect stubbable packages for Python exe builds and generate minimal stub code

client:Zed transport:stdio runtime:pypi

Install pystub in Zed

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

{
  "context_servers": {
    "pystub": {
      "command": "uvx",
      "args": [
        "mcp-pystub"
      ]
    }
  }
}

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

pystub in other clients