____ _ _ _ / ___|| (_) __| | ___ _ __ | | _ | | |/ _` |/ _ \ '__| | |_| || | | (_| | __/ | \____||_|_|\__,_|\___|_|
Stop making coding agents grep through large .NET solutions.
GliderMCP gives Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, OpenCode, Pi, and other MCP clients a semantic map of your C# code: definitions, references, implementations, call graphs, diagnostics, impact analysis, and safer refactoring.
A real feature is rarely in one file. It crosses controllers, handlers, services, validators, repositories, DTOs, tests, and shared abstractions. Plain text search can find matching words. It cannot reliably tell which symbol is meant, which implementation is used, or what a change may affect.
GliderMCP gives the agent code relationships instead of raw files, so it can spend fewer tokens on navigation and more time on the actual change.
Prerequisite: Glider currently requires .NET 10 SDK to be installed.
dotnet tool install --global gliderInstall GliderMCP locally, then connect it from Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, OpenCode, Pi, or another MCP-compatible client. See Install or Examples.