slnmap

EMahmoudNabil/slnmap
★ 6 stars C# AI/LLM Updated today
A local knowledge graph + MCP server that gives AI coding agents a map of your .NET codebase
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slnmap": {
      "command": "npx",
      "args": [
        "-y",
        "EMahmoudNabil/slnmap"
      ]
    }
  }
}