____  _ _     _
  / ___|| (_) __| | ___ _ __
 | |  _ | | |/ _` |/ _ \ '__|
 | |_| || | | (_| |  __/ |
  \____||_|_|\__,_|\___|_|

C# code navigation for LLM agents

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.

What your agent can do

  • Find real references, not string matches.
  • Resolve ambiguous symbols before editing.
  • Find interface implementations and overrides.
  • Trace callers and outgoing calls.
  • Check diagnostics before and after a change.
  • Preview refactorings before applying them.
  • Inspect external package and framework definitions when needed.
  • Reduce context bloat in large C# solutions.

Start locally

Prerequisite: Glider currently requires .NET 10 SDK to be installed.

dotnet tool install --global glider

Install 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.

↑/↓ NavigateEnter OpenSpace Expand