Configure Glider with GitHub Copilot Chat (VS Code).
dotnet tool install --global glider.dotnet tool install --global glidercommand. Make sure glider is available on PATH.# bash/zsh
export PATH="$PATH:$HOME/.dotnet/tools"
which glider.vscode/mcp.json in your repo. VS Code MCP docs: code.visualstudio.com/docs/copilot/customization/mcp-servers.{
"servers": {
"glider": {
"type": "stdio",
"command": "glider",
"args": ["--default-timeout", "30m"]
}
}
}http://localhost:5001/mcp.glider --transport http --default-timeout 30m
{
"servers": {
"glider": {
"type": "http",
"url": "http://localhost:5001/mcp"
}
}
}