Skip to content
Cline

glider for Cline

io.github.glidermcp/glider

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

client:Cline transport:stdio runtime:nuget

Install glider in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

glider in other clients