SERVER

SharpLens

Rank #1983

glama/pzalutski-pixel/sharplens-mcp

A Model Context Protocol (MCP) server providing 62 AI-optimized tools for .NET/C# semantic code analysis, navigation, refactoring, and code generation using Microsoft Roslyn. Built for AI coding agents - provides compiler-accurate code understanding that AI cannot infer from reading source files alone.

First listed
Dec 27, 2025
Last publish date
Apr 16, 2026
OVERVIEW

SharpLens is a Model Context Protocol (MCP) server published by pzalutski-pixel. It ranks #1983 of 58,900 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. SharpLens is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Dec 27, 2025 and most recently updated on Apr 16, 2026.

STANDING
#1,983of 58,900 tracked serversTop 5%

Ranks ahead of 56,917 of 58,900 servers on MCP Toplist.

CONNECT

Use SharpLens

Add SharpLens to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "sharplens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sharplens-mcp"
      ],
      "env": {
        "DOTNET_SOLUTION_PATH": "<your DOTNET_SOLUTION_PATH>",
        "ROSLYN_LOG_LEVEL": "<your ROSLYN_LOG_LEVEL>",
        "ROSLYN_TIMEOUT_SECONDS": "<your ROSLYN_TIMEOUT_SECONDS>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

NuGet package
{
  "mcpServers": {
    "sharplens-mcp": {
      "command": "dnx",
      "args": [
        "SharpLensMcp"
      ],
      "env": {
        "DOTNET_SOLUTION_PATH": "<your DOTNET_SOLUTION_PATH>",
        "ROSLYN_LOG_LEVEL": "<your ROSLYN_LOG_LEVEL>",
        "ROSLYN_TIMEOUT_SECONDS": "<your ROSLYN_TIMEOUT_SECONDS>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

pzalutski-pixel

Organization
Total servers
3
Total versions
11
MORE FROM THIS PUBLISHER

Other servers by pzalutski-pixel

View all pzalutski-pixel servers →
VERSIONS

Available versions (3)

VersionPublished
1.5.1Apr 16, 2026
1.5.0Apr 8, 2026
1.4.2Apr 8, 2026
FAQ

Frequently asked questions

What is SharpLens?
A Model Context Protocol (MCP) server providing 62 AI-optimized tools for .NET/C# semantic code analysis, navigation, refactoring, and code generation using Microsoft Roslyn. Built for AI coding agents - provides compiler-accurate code understanding that AI cannot infer from reading source files alone.
Who maintains SharpLens?
SharpLens is maintained by pzalutski-pixel, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
Is SharpLens an official MCP server?
Yes — SharpLens is listed on the Official MCP Registry, alongside Glama and PulseMCP.
How many versions does SharpLens have?
MCP Toplist tracks 3 versions of SharpLens, most recently published on Apr 16, 2026.
Where can I find the source code for SharpLens?
The source code for SharpLens is hosted at github.com/pzalutski-pixel/sharplens-mcp.
EXPLORE