Skip to content
Claude Desktop

glider for Claude Desktop

io.github.glidermcp/glider

Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.

client:Claude Desktop transport:stdio runtime:nuget

Install glider in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "glider": {
      "command": "dnx",
      "args": [
        "glider",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

glider in other clients