Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.

README.md

glidermcp.com (Public Support Shell)

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

  • Product site: https://glidermcp.com
  • Glider: https://glidermcp.com/glider - https://www.nuget.org/packages/glider
  • GliderTrace: https://glidermcp.com/glider-trace - https://www.nuget.org/packages/glider-trace
  • TGlider: https://glidermcp.com/tglider - https://www.npmjs.com/package/tglider
  • Scout: https://glidermcp.com/scout - https://www.npmjs.com/package/@glidermcp/scout

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.