Install
$ agentstack add mcp-glidermcp-glidermcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: glidermcp
- Source: glidermcp/glidermcp
- License: MIT
- Homepage: https://glidermcp.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.