Skip to content
Cursor

Code Pathfinder for Cursor

dev.codepathfinder/pathfinder

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

client:Cursor transport:stdio runtime:pypi

Install Code Pathfinder in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Code Pathfinder in other clients