HomeDevelopment › Code Pathfinder

Code Pathfinder

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

Go
★ 139 stars Last pushed 2026-07-10 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.1.1)

uvx codepathfinder

Or add to your MCP client config:

{
  "mcpServers": {
    "code-pathfinder": {
      "command": "uvx",
      "args": [
        "codepathfinder"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm docker.io/shivasurya/code-pathfinder:v2.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "code-pathfinder": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/shivasurya/code-pathfinder:v2.1.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry