csharp-code-map

bbajt/csharp-code-map
★ 5 stars C# 🤖 AI/LLM Updated 9d ago
CodeMap is a Roslyn-powered MCP server that lets AI agents navigate C# codebases by symbol, call graph, and architectural fact — instead of brute-reading thousands of lines of source code. One tool call. Precise answer. No context flood.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "csharp-code-map": {
      "command": "npx",
      "args": [
        "-y",
        "bbajt/csharp-code-map"
      ]
    }
  }
}

Topics

claudeclaude-codecode-analysiscode-navigationcsharpdotnetfsharpmcpmcp-serverroslynsemantic-searchvbnet