Glidermcp.Com MCP Server

This repository is the public support and issue-intake front door for the Glider MCP product family.

Local serverstdioTypeScript

What is the Glidermcp.Com MCP server?

Glidermcp.Com MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. This repository is the public support and issue-intake front door for the Glider MCP product family.

What the assistant can call

Once Glidermcp.Com is connected, these are the calls the assistant has available:

Setting it up

The server ships on npm as and, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Glidermcp.Com's toolset — glider, glidermcp, Glider and 3 more — is a fair guide to whether it matches your workflow. It is maintained by glidermcp; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the glidermcp.com mcp server does with a few real requests.

Available tools

ToolWhat it does
glidertrace (runtime evidence MCP server)
glidermcpweb (website/docs UX)
Gliderhttps://glidermcp.com/glider - https://www.nuget.org/packages/glider
GliderTracehttps://glidermcp.com/glider-trace - https://www.nuget.org/packages/glider-trace
TGliderhttps://glidermcp.com/tglider - https://www.npmjs.com/package/tglider
Scouthttps://glidermcp.com/scout - https://www.npmjs.com/package/@glidermcp/scout

How to install the Glidermcp.Com MCP server

{
  "mcpServers": {
    "glidermcp-com": {
      "command": "npx",
      "args": ["-y", "and"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Glidermcp.Com to glider.
  • Use Glidermcp.Com to glidermcp.
  • Use Glidermcp.Com to Glider.

Frequently asked questions

It connects Glidermcp.Com to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (glider, glidermcp, Glider, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Glidermcp.Com directly.