Skip to content
VS Code

Code Pathfinder for VS Code

dev.codepathfinder/pathfinder

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

client:VS Code transport:stdio runtime:pypi

Install Code Pathfinder in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Code Pathfinder in other clients