Code Pathfinder✓
dev.codepathfinder/pathfinder · v2.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.codepathfinder/pathfinder",
"description": "Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.",
"title": "Code Pathfinder",
"repository": {
"url": "https://github.com/shivasurya/code-pathfinder",
"source": "github"
},
"version": "2.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "codepathfinder",
"version": "2.1.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the MCP server",
"isRequired": true,
"value": "serve",
"type": "positional"
},
{
"description": "Project root to index (defaults to current directory)",
"format": "filepath",
"default": ".",
"type": "named",
"name": "--project"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/shivasurya/code-pathfinder:v2.1.1",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}