glider for Cursor
io.github.glidermcp/glider
Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.
client:Cursor
transport:stdio
runtime:nuget
Install glider in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"glider": {
"type": "stdio",
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs