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 -- glider --default-timeout 30mclaude mcp add --transport stdio glider --scope user -- glider --default-timeout 30m/plugin marketplace add glidermcp/glidermcp.com
/plugin install glidermcp@glidermcphttp://localhost:5001/mcp. Use only one glider server entry unless you intentionally want separate stdio and HTTP configs.# Terminal 1
glider --transport http --default-timeout 30m
# Terminal 2
claude mcp add --transport http --scope project glider http://localhost:5001/mcp--verbose (e.g. ... -- glider --verbose).claude
# Then ask: "What Glider tools are available?"