GliderMCP works with C# solutions and projects that your local .NET/MSBuild tools can load.
The Glider tool itself requires the .NET 10 SDK. Project support depends on whether the installed SDKs, workloads, and build tools can evaluate and restore your solution or project.
Load a solution or project with the load tool before using semantic navigation, diagnostics, or refactoring tools.
| Area | Current support | Notes |
|---|---|---|
.sln | Supported | Recommended for multi-project solutions when the solution loads successfully with local .NET/MSBuild tools. |
.slnx | Supported | Supported when the solution loads successfully with local .NET/MSBuild tools. |
.csproj | Supported | Useful for focused single-project analysis or when a full solution is not available. |
| SDK-style C# projects | Supported | Works for modern SDK-style projects when required SDKs and workloads are installed. |
| Legacy MSBuild C# projects | Supported with local build tools | Glider can analyze legacy projects when your local build tools can evaluate them. |
| Non-C# project systems | Not a Glider .NET target | Glider is the C#/.NET product. Use product-specific MCPs for other language ecosystems. |
| Area | Current support | Notes |
|---|---|---|
| Modern .NET | Supported | Includes current SDK-style .NET projects when matching SDKs and workloads are installed. |
| .NET Core | Supported | Supported when the project restores and loads with local .NET/MSBuild tools. |
| .NET Standard | Supported | Supported for C# projects that can be loaded by the installed SDK/build toolchain. |
| .NET Framework | Supported with caveats | Most reliable on Windows with a stable Visual Studio/MSBuild installation available to the local environment. |
| Area | Current support | Notes |
|---|---|---|
| Windows | Supported | Best choice for legacy .NET Framework solutions that depend on Visual Studio or Windows-only build targets. |
| macOS | Supported | Works for SDK-style and other cross-platform C# projects when the required .NET SDKs and workloads are installed. |
| Linux | Supported | Works for SDK-style and other cross-platform C# projects when the required .NET SDKs and workloads are installed. |
| Area | Current support | Notes |
|---|---|---|
| Claude Code | Supported | Use the Claude Code setup guide for project or user scope. |
| Codex CLI | Supported | Use Codex setup with Streamable HTTP at http://localhost:5001/mcp. |
| Gemini CLI | Supported | Use the Gemini CLI setup guide with stdio MCP configuration. |
| Cursor | Supported | Use the Cursor setup guide with project or user MCP settings. |
| GitHub Copilot / VS Code | Supported | Use the Copilot setup guide for VS Code MCP configuration. |
| Other MCP-compatible clients | Supported | Use generic MCP configuration with stdio or Streamable HTTP. |
| Stdio transport | Default | Start Glider with glider unless your client requires another transport. |
| Streamable HTTP transport | Supported | Start Glider with glider --transport http; default endpoint is http://localhost:5001/mcp. |
--default-timeout, for example glider --default-timeout 30m.