Quick Start

Get Glider MCP running in minutes.

Prerequisites

  • .NET 10.0 SDK or later
  • An MCP-compatible AI client (Claude Code, Cursor, etc.)

1. Install Glider

dotnet tool install --global glider

2. Verify Installation

# List installed tools
dotnet tool list -g

# The tool path should be in your PATH
# macOS/Linux: ~/.dotnet/tools
# Windows: %USERPROFILE%\.dotnet\tools

3. Configure Your AI Client

See the Installation section for client-specific instructions.

4. Start Using

Once configured, you can ask your AI assistant:

"Load the solution at /path/to/MySolution.sln"
"Find all types matching *Service"
"What methods does IUserRepository define?"
"Find all usages of the Login method"

Update to Latest

dotnet tool update --global glider