Skip to content

Summary

Glide's official remote MCP server for GlideOS — create projects, publish and roll back apps, query and modify app databases, run workflows, and read or write project files and backend code.

Features

  • Remote Streamable HTTP server with OAuth 2.1 — no API keys
  • Create projects, then publish, promote and roll back apps
  • Query and modify app databases and manage backups
  • Run workflows and manage schedules, webhooks and triggers
  • Read, write and search project files, and execute backend code
  • Shipped as a Cursor plugin, an Agent Plugin and a Gemini CLI extension

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Glide MCP Server" tools will be available.
{
  "mcpServers": {
    "glide-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.glideapps.dev/mcp"
      ]
    }
  }
}

Description

Glide's official MCP server lets an agent operate GlideOS end to end rather than just read from it. It is a remote Streamable HTTP server at https://mcp.glideapps.dev/mcp, authenticated with OAuth 2.1 — you sign in with your Glide account when the client prompts, and there are no API keys to manage.

The tool surface
  • Projects — create, list and manage GlideOS projects.
  • Apps — publish, promote and roll back releases, and manage app access and custom domains.
  • Data — query and modify app databases, ingest data sources, manage backups.
  • Workflows — run workflows and manage schedules, webhooks and triggers.
  • Files and code — read, write and search project files, and run backend code.

That last group is what separates it from a typical SaaS connector: an agent can edit the project's source and execute backend code, so "add a field and the workflow that fills it" is one conversation rather than a handoff into the Glide editor.

Packaged for every client

The repository ships the same server in four packaging formats: a Cursor Marketplace plugin, an Agent Plugin manifest, a Gemini CLI extension (gemini extensions install https://github.com/glideapps/mcp), and plain MCP configuration for Claude Code, Claude web and desktop, VS Code and ChatGPT.

Access

The MCP server is a plan feature — access requires a Glide plan that includes it. The connector repository is MIT licensed; product documentation lives at glideapps.com/docs/os/mcp.

Related MCP Servers

MCP: Headroom

by Headroom Labs

New

Context-compression MCP server that shrinks tool outputs, logs, files and RAG chunks before they reach the model, cutting 60-95% of tokens on JSON payloads.

MCP: Engram

by Gentleman Programming

New

Persistent memory for coding agents as a single Go binary — SQLite and FTS5 behind MCP, an HTTP API, a CLI and a TUI, with no Node, Python or Docker required.

MCP: agent-device

by Callstack

New

Give a coding agent a live feedback loop on real mobile, TV and desktop apps — inspect, tap, type and capture evidence on iOS, Android and HarmonyOS over MCP or a CLI.

New

The official W&B MCP server: query experiment runs, Weave LLM traces, artifacts and registries in natural language, and write findings back as a W&B report.

Browse all MCP servers →