coa-codenav-mcp

anortham/coa-codenav-mcp
★ 4 stars C# 🤖 AI/LLM Updated 5mo ago
MCP server leveraging Roslyn code analysis and refactoring tools
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": {
    "coa-codenav-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anortham/coa-codenav-mcp"
      ]
    }
  }
}