Skip to content
VS Code

glider for VS Code

io.github.glidermcp/glider

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

client:VS Code transport:stdio runtime:nuget

Install glider in VS Code

.vscode/mcp.json

{
  "servers": {
    "glider": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "glider",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

glider in other clients