Submit

Code Pathfinder

@shivasurya

Code Pathfinder's MCP Server provides AI coding assistants like Claude Code with deep semantic understanding of codebases through call graph analysis, symbol search, and dependency tracking. It enables developers to ask natural language questions like "who calls this function?" instead of manually using grep or searching code. The tool runs 100% locally (your code never leaves your machine), is free and open-source under AGPL-3.0, and installs in under 5 minutes. [codepathfinder](https://codepathfinder.dev/mcp)

Tools

Server Config

{
  "mcpServers": {
    "code-pathfinder": {
      "command": "pathfinder",
      "args": [
        "serve",
        "--project",
        "/absolute/path/to/your/project"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.