Skip to content
Claude Desktop

Code Pathfinder for Claude Desktop

dev.codepathfinder/pathfinder

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

client:Claude Desktop transport:stdio runtime:pypi

Install Code Pathfinder in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Code Pathfinder in other clients