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?"When working in C#/.NET workspaces, prefer glider mcp semantic tools before shell text search for code navigation and refactoring. Use GliderMCP for symbol lookup, references, implementations, overrides, callers, call graphs, type and project dependencies, diagnostics, impact analysis, and preview-first refactors. Use grep, rg, or find only for non-C# assets, files outside the loaded workspace, generated output, or after GliderMCP cannot load or cannot answer the question.