
Code Pathfinder
@shivasurya
关于 Code Pathfinder
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?" i
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"code-pathfinder": {
"command": "pathfinder",
"args": [
"serve",
"--project",
"/absolute/path/to/your/project"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Code Pathfinder?
Code Pathfinder is an open-source MCP server that transforms AI coding assistants into code intelligence tools through deep semantic analysis. It provides call graph analysis, symbol search, dependency tracking, and dataflow analysis, running 100% locally on your machine.
How to use Code Pathfinder?
Install via Homebrew, pip, Chocolatey, or Docker, then add a simple JSON configuration to your AI assistant’s MCP config file. The server works with tools like Claude Code, Codex, and OpenCode.
Key features of Code Pathfinder
- Project Statistics: codebase metrics and structure overview
- Symbol Search: find functions, classes, and variables
- Reverse Call Graphs: discover who calls a function
- Forward Call Graphs: trace what a function calls
- Call Site Details: exact file paths and line numbers
- Import Resolution: track modules and dependencies
Use cases of Code Pathfinder
- Security vulnerability analysis with taint tracking
- Codebase onboarding for new team members
- Refactoring impact assessment via caller identification
- Dependency analysis for migration planning
FAQ from Code Pathfinder
What runtime or dependencies does Code Pathfinder require?
It currently supports Python (pip install) and is available via Homebrew, Docker, and Chocolatey for other platforms.
Does my source code leave my machine?
No. All analysis runs 100% locally; your code never leaves your development machine.
Is Code Pathfinder free and open-source?
Yes, it is fully free and open-source under the AGPL-3.0 license.
How is Code Pathfinder different from text-based search tools like grep?
It performs multi-pass Abstract Syntax Tree analysis for deep semantic understanding, not just text pattern matching.
What languages does it support now and in the future?
Currently supports Python. Expansion to JavaScript, TypeScript, Go, and Java is planned.
开发工具 分类下的更多 MCP 服务器
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论