Code Pathfinder
Rank #5,177dev.codepathfinder/pathfinder
Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.
Code Pathfinder is a Model Context Protocol (MCP) server published by shivasurya. It ranks #5,177 of 132,046 servers tracked on MCP Toplist, and its repository has 139 GitHub stars. Code Pathfinder is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Apr 26, 2026.
Ranks ahead of 126,869 of 132,046 servers on MCP Toplist.
Use Code Pathfinder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pathfinder -- uvx codepathfinder serve --project .claude mcp add pathfinder -- docker run -i --rm docker.io/shivasurya/code-pathfinder:v2.1.1[mcp_servers.pathfinder]
command = "uvx"
args = ["codepathfinder", "serve", "--project", "."]Add to ~/.codex/config.toml.
[mcp_servers.pathfinder]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/shivasurya/code-pathfinder:v2.1.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pathfinder": {
"command": "uvx",
"args": [
"codepathfinder",
"serve",
"--project",
"."
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pathfinder": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/shivasurya/code-pathfinder:v2.1.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pathfinder": {
"command": "uvx",
"args": [
"codepathfinder",
"serve",
"--project",
"."
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"pathfinder": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/shivasurya/code-pathfinder:v2.1.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pathfinder": {
"type": "stdio",
"command": "uvx",
"args": [
"codepathfinder",
"serve",
"--project",
"."
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"pathfinder": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/shivasurya/code-pathfinder:v2.1.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pathfinder": {
"command": "uvx",
"args": [
"codepathfinder",
"serve",
"--project",
"."
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pathfinder": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/shivasurya/code-pathfinder:v2.1.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pathfinder": {
"command": "uvx",
"args": [
"codepathfinder",
"serve",
"--project",
"."
]
}
}
}{
"mcpServers": {
"pathfinder": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/shivasurya/code-pathfinder:v2.1.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.codepathfinder%2Fpathfinder)<a href="https://mcptoplist.com/server/dev.codepathfinder%2Fpathfinder"><img src="https://mcptoplist.com/badge/dev.codepathfinder%2Fpathfinder.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
shivasurya
Available versions (5)
| Version | Published |
|---|---|
| 2.1.1 | Apr 26, 2026 |
| 2.1.0 | Apr 20, 2026 |
| 2.0.2 | Apr 2, 2026 |
| 1.3.7 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Code Pathfinder?
- Code Pathfinder is maintained by shivasurya, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Code Pathfinder listed on the Official MCP Registry?
- Yes — Code Pathfinder is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Code Pathfinder have?
- MCP Toplist tracks 5 versions of Code Pathfinder, most recently published on Apr 26, 2026.
- Where can I find the source code for Code Pathfinder?
- The source code for Code Pathfinder is hosted at github.com/shivasurya/code-pathfinder.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.