Stats
Actions
Tags
From roslyn-codelens
Runs a local MCP server using the Roslyn compiler platform to provide CodeLens-style code intelligence for .NET projects, including reference counts and test status.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"roslyn-codelens": {
"command": "roslyn-codelens-mcp"
}
}
}Server configuration and connection parameters
roslyn-codelens-mcpFirst indexed Apr 7, 2026
First indexed Apr 7, 2026
npx claudepluginhub marcelroozekrans/roslyn-codelens-mcp --plugin roslyn-codelens