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.{
"mcpServers": {
"glider": {
"command": "glider",
"args": ["--default-timeout", "30m"]
}
}
}~/.cursor/mcp.json, Windows %USERPROFILE%\.cursor\mcp.json.{
"mcpServers": {
"glider": {
"command": "glider",
"args": ["--default-timeout", "30m"]
}
}
}http://localhost:5001/mcp.glider --transport http --default-timeout 30m
{
"mcpServers": {
"glider": {
"url": "http://localhost:5001/mcp"
}
}
}