Configure Glider with Google Gemini CLI.
dotnet tool install --global gliderAdd Glider to your MCP configuration file.
{
"mcpServers": {
"glider": {
"command": "glider",
"args": []
}
}
}If glider is not in PATH, use the full path.
{
"mcpServers": {
"glider": {
"command": "~/.dotnet/tools/glider",
"args": []
}
}
}