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

Glider MCP

Roslyn-powered C# code analysis for AI assistants

Glider is an MCP (Model Context Protocol) server that gives AI assistants deep semantic understanding of C# codebases. Built on Roslyn, it provides 12 powerful tools for code navigation, analysis, and refactoring.

Key Features

  • Load and analyze .NET solutions and projects
  • Find type definitions, implementations, and usages
  • Get detailed type and method information
  • Semantic rename across entire solutions
  • Move types and members between files
  • View source of NuGet/framework types
  • Works with any MCP-compatible AI client

Quick Install

dotnet tool install --global glider

Navigate to Quick Start for full setup instructions.