Odel
Code Pathfinder

Code Pathfinder

Local
@shivasurya140GoApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodepathfinderv2.1.1

Run

uvx codepathfinder

MCP client config

{
  "mcpServers": {
    "code-pathfinder": {
      "command": "uvx",
      "args": [
        "codepathfinder"
      ]
    }
  }
}
Dockerdocker.io/shivasurya/code-pathfinder:v2.1.1

Run

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

MCP client config

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