Configure Glider with Claude Code CLI.
dotnet tool install --global glider.dotnet tool install --global gliderglider directly if your .NET tools directory is on PATH. If you prefer, you can also use the full path to the executable (shown below).# bash/zsh
export PATH="$PATH:$HOME/.dotnet/tools"
which gliderclaude mcp add --transport stdio glider --scope project -- gliderclaude mcp add --transport stdio glider --scope user -- glider--default-timeout through to Glider. Use duration values like 45s, 30m, or 0 to disable the server-side timeout.claude mcp add --transport stdio glider --scope project -- glider --default-timeout 30m--verbose (e.g. ... -- glider --verbose).claude
# Then ask: "What Glider tools are available?"