Code Pathfinder for Zed
dev.codepathfinder/pathfinder
Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.
client:Zed
transport:stdio
runtime:pypi
Install Code Pathfinder in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pathfinder": {
"command": "uvx",
"args": [
"codepathfinder"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs