mcp pyright for Zed
io.github.daedalus/mcp-pyright
MCP server that exposes Pyright language server functionality
client:Zed
transport:stdio
runtime:pypi
Install mcp pyright in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-pyright": {
"command": "uvx",
"args": [
"mcp-pyright"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs