CodeMap✓
io.github.bbajt/codemap-mcp · v1.4.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bbajt/codemap-mcp",
"description": "Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings.",
"title": "CodeMap",
"repository": {
"url": "https://github.com/bbajt/csharp-code-map",
"source": "github"
},
"version": "1.4.0",
"packages": [
{
"registryType": "nuget",
"identifier": "codemap-mcp",
"version": "1.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a shared baseline cache directory. When set, index.ensure_baseline checks the cache before running a full Roslyn build — useful on CI or shared machines.",
"format": "string",
"name": "CODEMAP_CACHE_DIR"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}