nuget gliderstdioMITupdated 1mo ago
This repository is the public support and issue-intake front door for the Glider MCP product family.
What can you do with glider?
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.
Install
Add glider to your client. Pick the one you use.
claude mcp add glider -- dnx glider --yescodex mcp add glider -- dnx glider --yesamp mcp add glider -- dnx glider --yes{
"mcpServers": {
"glider": {
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"glider": {
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"glider","command":"dnx","args":["glider","--yes"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"glider": {
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"glider": {
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"glider": {
"command": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"glider": {
"type": "local",
"command": "dnx",
"args": [
"glider",
"--yes"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"glider": {
"command": {
"path": "dnx",
"args": [
"glider",
"--yes"
]
}
}
}
}Add to your Zed `settings.json`.
dnx glider --yesRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance22/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 35 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 6.4.2Latest | Apr 2, 2026 |
| 5.0.0 | Feb 5, 2026 |
| 3.7.0 | Jan 22, 2026 |
| 3.4.0 | Jan 13, 2026 |