codemap-mcp
CodeMap is a Roslyn-powered MCP (Model Context Protocol) server that turns any MCP-compatible AI agent into a semantic code navigator for C# solutions. Instead of reading source files, agents call 26 focused MCP tools to query symbols, call graphs, type hierarchies, and architectural facts (HTTP endpoints, config keys, DB tables, DI registrations, middleware, retry policies, log templates) β directly from a Roslyn-built semantic index. Average token savings: 90%+ vs raw file reading. On production codebases: 95β99%+. Key capabilities: - symbols.search / symbols.get_card / symbols.get_context β find and understand any symbol - graph.trace_feature β full annotated feature flow in one call - refs.find / graph.callers / graph.callees β precise reference and call chain navigation - codemap.summarize / codemap.export / index.diff β codebase overview and semantic PR diffs - Workspace mode β see uncommitted edits via incremental overlay (~63ms refresh) - Shared baseline cache β index once, reuse across machines (CODEMAP_CACHE_DIR) Usage: add 'codemap-mcp' as an MCP server in your AI agent config. See README for setup.
Ask AI about codemap-mcp
Powered by Claude Β· Grounded in docs
I know everything about codemap-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
No README available
