glider 12.0.2

{
  "servers": {
    "glider": {
      "type": "stdio",
      "command": "dnx",
      "args": ["glider@12.0.2", "--yes"]
    }
  }
}
                    
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's .vscode/mcp.json settings file.
dotnet tool install --global glider --version 12.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local glider --version 12.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=glider&version=12.0.2
                    
nuke :add-package glider --version 12.0.2
                    

Glider

Navigate, analyze, edit, and refactor C#/.NET code with your coding agent. Glider provides compiler-backed tools through MCP and runs locally against your solution.

Install and connect

Install the .NET 10 SDK. Install Glider:

dotnet tool install --global glider

Choose your MCP client for connection instructions and a verification step.

What you can do

  • Navigate: find declarations, references, implementations, and callers across projects.
  • Analyze: inspect diagnostics, dependencies, complexity, and change impact.
  • Edit and refactor: preview source edits, rename symbols, and move types or members.
  • Clean up: identify likely-unused code and project references; format documents and organize imports.
  • Inspect dependencies: trace package usage and read external definitions.

See example tasks or the tool reference.

Scope and setup

Glider analyzes loaded C# projects. Its search_text tool also searches their declared additional files and analyzer configuration files. Use Scout for files outside that scope.

Run glider --help for CLI options. The setup guide covers automatic solution loads, workspaces, HTTP, and troubleshooting. Check compatibility for supported projects and platforms.

For a legacy .NET Framework build-host failure on Windows, retry with glider --build-host netframework. Use --msbuild-path "C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin" if Glider selects the wrong toolset. Replace that path with your installed MSBuild directory. Use glider --verbose for diagnostic details.

Updates and license

Glider will always be free for non-commercial use and work on open-source projects. Other commercial use is free for now. See the LICENSE file in this package for the full terms.

Each package expires one month after release. Update Glider:

dotnet tool update --global glider

Restart your MCP client after the update.

Package expiry is separate from license duration.

Privacy and support

Glider processes code locally. Your MCP client controls what returned content reaches its model provider. Glider enables usage telemetry by default. Use --no-telemetry or DO_NOT_TRACK=1 to disable telemetry and agent feedback. The send_feedback tool can publish a public issue. See privacy and controls.

Report a problem. Read the documentation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
12.0.2 52 9/15/2026
12.0.1 115 9/13/2026
12.0.0 106 9/12/2026
11.1.0 101 9/11/2026
11.0.0 142 9/8/2026
10.10.0 107 9/8/2026
10.9.0 158 9/7/2026
10.8.1 109 9/6/2026
10.8.0 117 9/4/2026
10.7.0 109 9/3/2026
10.6.0 120 9/3/2026
10.5.0 129 9/2/2026
10.4.0 163 8/28/2026
10.3.1 126 8/27/2026
10.3.0 112 8/27/2026
10.2.2 147 8/23/2026
10.2.1 134 8/20/2026
10.2.0 123 8/20/2026
10.1.2-preview.19 70 8/19/2026
10.1.1 248 8/7/2026
Loading failed

## [12.0.2] - 2026-09-15
Bug Fixes:
- guide unresolved symbol keys to rediscovery (glidermcp/glidermcp#86)