HomeDevelopment › Roslyn CodeLens

Roslyn CodeLens

Roslyn MCP server: semantic .NET/C# intelligence - analysis, refactoring, tests, IL inspection.

C#
★ 53 stars Last pushed 2026-09-24 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.18.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "roslyn-codelens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Package (nuget 2.18.1)

Package: nuget RoslynCodeLens.Mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry