← Index

Code Pathfinder

dev.codepathfinder/pathfinder·v2.1.1·Search
Quality Score
90
/100

Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "pathfinder": {
      "command": "uvx",
      "args": [
        "codepathfinder"
      ]
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "pathfinder": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/shivasurya/code-pathfinder:v2.1.1"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Search