
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.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
コメント