Code Pathfinder runs on your own machine — the client starts it, so there is no endpoint to ping. 389 installs a week from pypi. Last commit 23 May 2026.
Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pathfinder -- uvx codepathfinder
{
"mcpServers": {
"pathfinder": {
"args": [
"codepathfinder"
],
"command": "uvx"
}
}
}
[mcp_servers.pathfinder]
command = "uvx"
args = ["codepathfinder"]
{
"mcpServers": {
"pathfinder": {
"args": [
"codepathfinder"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pathfinder": {
"args": [
"codepathfinder"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.