adainrivers/SharpLS.MCP
MCP server providing C# code navigation tools powered by Roslyn. Exposes definition lookup, references, type hierarchy, diagnostics, rename, and more via the Model Context Protocol. Designed for use with Claude Code and other MCP-compatible clients.
Platform-specific configuration:
{
"mcpServers": {
"SharpLS.MCP": {
"command": "npx",
"args": [
"-y",
"SharpLS.MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...