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

New

Replicate's official MCP server: search thousands of hosted models, read their schemas, and run predictions on image, video, audio and language models from inside an agent.

MCP: Hugging Face

by Hugging Face

New

Hugging Face's official remote MCP server — search and inspect models, datasets and Spaces, browse the Hub filesystem over hf:// URIs, and turn Gradio Spaces into callable tools.

MCP: Resend

by Resend

New

Resend's official MCP server for transactional and marketing email — send, schedule and batch messages, manage templates, contacts, broadcasts, automations, domains and suppressions from an agent.

Featured

Postman's official MCP server — reach your workspaces, collections, specs and environments from Claude Code, Cursor, VS Code or Copilot, in four tool tiers.

Browse all MCP servers →