★ 9 stars
C#
💻 Code/Dev Tools
Updated 9d ago
The AI-native C# dev environment — codebase analysis, real NuGet DLL reflection, surgical file editing, and live build diagnostics. All in one MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sharp-mcp": {
"command": "npx",
"args": [
"-y",
"patilprashant6792-official/sharp-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sharp-mcp npx -y patilprashant6792-official/sharp-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sharp-mcp": {
"command": "npx",
"args": [
"-y",
"patilprashant6792-official/sharp-mcp"
]
}
}
}
📋 Copy