Token-efficient MCP server for .NET codebase navigation via Roslyn semantic analysis — designed for Claude Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"roslyn-lens": {
"command": "npx",
"args": [
"-y",
"jfmeyers/roslyn-lens"
]
}
}
}
Run in terminal:
claude mcp add roslyn-lens npx -y jfmeyers/roslyn-lens
Add to .cursor/mcp.json:
{
"mcpServers": {
"roslyn-lens": {
"command": "npx",
"args": [
"-y",
"jfmeyers/roslyn-lens"
]
}
}
}