Configure Glider with Cursor IDE.
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.cursor/mcp.json in your repo (recommended to avoid starting Glider for unrelated projects). Cursor MCP docs: https://cursor.com/docs/context/mcp#using-mcpjson. For larger solutions, set args to ["--default-timeout", "30m"].{
"mcpServers": {
"glider": {
"command": "glider",
"args": []
}
}
}~/.cursor/mcp.json, Windows %USERPROFILE%\.cursor\mcp.json. Add ["--default-timeout", "30m"] under args if you want Glider to use a longer server-side timeout.{
"mcpServers": {
"glider": {
"command": "glider",
"args": []
}
}
}