Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Glider

FreeNot checked

Provides Roslyn-powered C# code analysis capabilities including solution management, diagnostics, symbol search, refactoring, and dependency analysis.

GitHubEmbed

About

Provides Roslyn-powered C# code analysis capabilities including solution management, diagnostics, symbol search, refactoring, and dependency analysis.

README

This repository is the public support and issue-intake front door for the Glider MCP product family.

Current repository role

  • Public issue reporting and support triage
  • Public project links and migration guidance
  • Sponsorship metadata

This repository is intentionally minimal.

Where to file issues

Please open issues in this repository and select the relevant product in the issue template:

  • glider (C# MCP)
  • glider-trace (runtime evidence MCP server)
  • tglider (TypeScript MCP)
  • scout (universal code search MCP)
  • glidermcp-web (website/docs UX)

Quick links

Plugin and config assets

This repository ships root-level marketplace and config assets for agent clients:

  • plugins/glidermcp/ - C# semantic navigation plugin.
  • plugins/glider-trace/ - .NET runtime evidence plugin.
  • plugins/tglider/ - TypeScript and JavaScript semantic navigation plugin.
  • plugins/scout/ - universal code search plugin.
  • .claude-plugin/marketplace.json - Claude Code marketplace entry.
  • .agents/plugins/marketplace.json - Codex marketplace entry.
  • install/claude-code/.mcp.json - direct Claude Code project config template.
  • install/codex/config.toml - direct Codex global config snippet.

Every plugin launches a server that must already be on PATH:

dotnet tool install --global glider          # glidermcp plugin
dotnet tool install --global glider-trace    # glider-trace plugin
npm install -g @glidermcp/scout              # scout plugin
# tglider runs via npx and needs only Node.js/npm

Scout is launched as the literal command scout, so it needs a real binary on PATH rather than an npx entry. TGlider additionally needs one there for its own search_text. See plugins/scout/README.md.

Claude Code plugin install:

claude plugin marketplace add glidermcp/glidermcp.com
claude plugin install glidermcp@glidermcp
claude plugin install glider-trace@glidermcp
claude plugin install tglider@glidermcp
claude plugin install scout@glidermcp

Codex plugin install:

codex plugin marketplace add glidermcp/glidermcp.com
codex
# Open /plugins and install glidermcp, glider-trace, tglider, or scout.

Notes

  • Pull requests with runtime/product code are not accepted in this repository.
  • If maintainers need implementation details, they will mirror or transfer context into the private monorepo.

from github.com/glidermcp/glidermcp.com

Installing Glider

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/glidermcp/glidermcp.com

FAQ

Is Glider MCP free?

Yes, Glider MCP is free — one-click install via Unyly at no cost.

Does Glider need an API key?

No, Glider runs without API keys or environment variables.

Is Glider hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Glider in Claude Desktop, Claude Code or Cursor?

Open Glider on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Glider with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs