A local knowledge graph + MCP server that gives AI coding agents a map of your .NET codebase
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"
]
}
}
}
Run in terminal:
claude mcp add slnmap npx -y EMahmoudNabil/slnmap
Add to .cursor/mcp.json:
{
"mcpServers": {
"slnmap": {
"command": "npx",
"args": [
"-y",
"EMahmoudNabil/slnmap"
]
}
}
}