Configure Glider with Cursor IDE.
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": []
}
}
}~/.cursor/mcp.json, Windows %USERPROFILE%\.cursor\mcp.json.{
"mcpServers": {
"glider": {
"command": "glider",
"args": []
}
}
}