Brings Roslyn-powered C# semantic analysis to LLMs via the Model Context Protocol. You get code navigation, symbol resolution, and project structure queries without spinning up a full IDE. Runs over stdio or HTTP, so you can drop it into Claude Desktop, Codex, or any MCP-compatible agent. Part of the Glider family that also includes runtime tracing and TypeScript support. Useful when you need an LLM to understand C# codebases beyond simple text matching: think refactoring assistance, dependency analysis, or answering questions about type hierarchies. Ships as a NuGet package and integrates through marketplace configs for major agent platforms.
This repository is the public support and issue-intake front door for the Glider MCP product family.
This repository is intentionally minimal.
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)glidermcp-web (website/docs UX)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..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.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
Codex plugin install:
codex plugin marketplace add glidermcp/glidermcp.com
codex
# Open /plugins and install glidermcp, glider-trace, or tglider.