MCP Server
MCP
CodeMap
Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment