{
  "markdown": "# Glide MCP Server\n\nConnect your AI tools to [Glide](https://www.glideapps.com)'s official MCP server and build, manage, and operate GlideOS apps, data, and workflows — from Claude, Cursor, VS Code, Gemini CLI, ChatGPT, or any MCP client.\n\n- **Endpoint:** `https://mcp.glideapps.dev/mcp` (Streamable HTTP)\n- **Authentication:** OAuth 2.1 — sign in with your Glide account when your client prompts you; no API keys to manage. Access requires a [Glide plan](https://www.glideapps.com/pricing) that includes the MCP server feature.\n- **Documentation:** https://www.glideapps.com/docs/os/mcp\n\n## What you can do\n\nThe server exposes Glide's full MCP tool surface, including:\n\n- **Projects** — create, list, and manage GlideOS projects\n- **Apps** — publish, promote, roll back, and manage app access and domains\n- **Data** — query and modify app databases, ingest data sources, manage backups\n- **Workflows** — run workflows, manage schedules, webhooks, and triggers\n- **Files & code** — read, write, and search project files; run backend code\n\nAsk your AI tool things like:\n\n> \"List my Glide projects\"\n>\n> \"Create a new project called Inventory Tracker\"\n>\n> \"Show me the tables in my app's database\"\n\n## Setup\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http glide https://mcp.glideapps.dev/mcp\n```\n\n### Claude (web and desktop)\n\nGo to **Settings → Connectors → Add custom connector** and enter `https://mcp.glideapps.dev/mcp`.\n\n### Cursor\n\nInstall the **Glide** plugin from the Cursor Marketplace: open **Settings → Plugins**, search for **Glide**, and click **Install**. Or run `/add-plugin glide` in chat.\n\nThe plugin lives in [`plugins/glide`](plugins/glide) and requires Cursor 3.13.0 or later.\n\nTo configure the MCP server manually instead:\n\n[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=glide&config=eyJ1cmwiOiJodHRwczovL21jcC5nbGlkZWFwcHMuZGV2L21jcCJ9)\n\nOr add to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"glide\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.glideapps.dev/mcp\"\n    }\n  }\n}\n```\n\n### Grok Build\n\nThe [`plugins/glide`](plugins/glide) directory doubles as a Grok Build plugin: `.grok-plugin/plugin.json`, `.mcp.json`, and a `glideos-development` skill. Install it from Grok Build's plugin marketplace once the catalog entry is merged — see [Listing in the xAI plugin marketplace](#listing-in-the-xai-plugin-marketplace).\n\n### VS Code\n\n```bash\ncode --add-mcp '{\"name\":\"glide\",\"type\":\"http\",\"url\":\"https://mcp.glideapps.dev/mcp\"}'\n```\n\n### Gemini CLI\n\nThis repository is also a Gemini CLI extension:\n\n```bash\ngemini extensions install https://github.com/glideapps/mcp\n```\n\nThen restart Gemini CLI.\n\n### ChatGPT\n\nIn **Settings → Connectors**, add a custom connector with the URL `https://mcp.glideapps.dev/mcp` (requires a ChatGPT plan with connector support).\n\n## Repository layout\n\nThis repo packages the same MCP server for several agent ecosystems:\n\n| Path | Format | Used by |\n| --- | --- | --- |\n| `.cursor-plugin/marketplace.json`, `plugins/glide/` | Cursor plugin | Cursor Marketplace |\n| `plugin.json`, `mcp.json` | [Agent Plugin](https://agent-plugins.org) | Agent Plugin clients |\n| `plugins/glide/.grok-plugin/plugin.json`, `plugins/glide/.mcp.json` | Grok Build plugin | Grok Build (xAI plugin marketplace) |\n| `gemini-extension.json`, `GEMINI.md` | Gemini CLI extension | Gemini CLI |\n\nValidate the Cursor plugin manifests with:\n\n```bash\nnode scripts/validate-template.mjs\n```\n\n### Listing in the xAI plugin marketplace\n\nGrok Build installs plugins from [`xai-org/plugin-marketplace`](https://github.com/xai-org/plugin-marketplace). Listing is one PR to that repo that adds a remote entry pointing at `plugins/glide` in this repo, pinned to an exact commit:\n\n```json\n{\n  \"name\": \"glide\",\n  \"description\": \"Glide's official MCP server. Build, manage, and operate GlideOS apps: create and manage projects, query and modify app databases, run workflows, publish and roll back apps, and read, write, and search project files.\",\n  \"category\": \"development\",\n  \"source\": {\n    \"source\": \"url\",\n    \"url\": \"https://github.com/glideapps/mcp.git\",\n    \"sha\": \"<40-character commit SHA>\",\n    \"path\": \"plugins/glide\"\n  },\n  \"homepage\": \"https://www.glideapps.com/docs/os/mcp\",\n  \"keywords\": [\"glide\", \"glideos\", \"glide apps\", \"glideapps\"],\n  \"domains\": [\"glideapps.com\"]\n}\n```\n\nGet the commit to pin (a full 40-character lowercase SHA — branches, tags, and short SHAs are rejected):\n\n```bash\ngit ls-remote https://github.com/glideapps/mcp.git HEAD\n```\n\nThen, in a fork of the marketplace repo, add the entry to `.grok-plugin/marketplace.json` and run what CI runs before opening the PR:\n\n```bash\npython3 scripts/generate-plugin-index.py\npython3 scripts/validate-catalog.py\npython3 scripts/generate-plugin-index.py --check\n```\n\nTo ship a plugin update after this repo changes, bump the pinned `sha` in that entry and regenerate the index — don't open a second entry.\n\n## Support\n\n- Glide documentation: https://www.glideapps.com/docs\n- Product questions and account help: https://www.glideapps.com/support\n- Bugs in the Cursor plugin, Grok Build plugin, Gemini CLI extension, or Agent Plugin manifests, or errors in this README: open an issue on this repository\n\n## License\n\nMIT\n",
  "bytes": 5290,
  "sha": "e8fe407fdd705b4cf99f368e6f30376479ea9c5fc6713b639f22a0709c4ec509",
  "repo_slug": "glideapps/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_glideapps_mcp_cb77c666/readme"
}