Skip to main content
Developer ToolsC#

pzalutski-pixel/sharplens-mcp

58 semantic C#/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pzalutski-pixel/sharplens-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "sharplens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pzalutski-pixel/sharplens-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
C#
Author
pzalutski-pixel