By glidermcp
Connect Claude Code to a local C# semantic analysis server for deep code navigation, diagnostics, reference resolution, call graphs, impact analysis, and safe refactoring in .NET repositories.
This repository is the public support and issue-intake front door for the Glider MCP product family.
This repository is intentionally minimal.
Active implementation for products and website code is maintained in a private monorepo:
rexsacrorum/glider (private)Please open issues in this repository and select the relevant product in the issue template:
glider (C# MCP)glidermcp-web (website/docs UX)tsglider (TypeScript MCP)glider-memory (planned)This repository ships root-level marketplace and config assets for agent clients:
plugins/glidermcp/ - shared plugin bundle with .mcp.json plus a C# workflow skill..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 for HTTP transport.Claude Code plugin install:
claude plugin marketplace add glidermcp/glidermcp.com
claude plugin install glidermcp@glidermcp
Codex plugin install:
codex plugin marketplace add glidermcp/glidermcp.com
codex
# Open /plugins and install glidermcp.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub glidermcp/glidermcp.com --plugin glidermcpC# Language Server Protocol support using csharp-ls for code intelligence features
Roslyn-powered C# refactoring MCP server — 41 tools for code navigation, analysis, generation, and refactoring across entire .NET solutions
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
C# language server
Advanced C# programming skills for async patterns and LINQ
Roslyn-based code graph intelligence for .NET codebases. Requires .NET 10 SDK and the global tool: dotnet tool install -g RoslynCodeLens.Mcp