Skip to main content
ClaudeWave

Glide's official MCP server — build, manage, and operate GlideOS apps, data, and workflows.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/glideapps/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/glideapps/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Glide MCP Server

Connect 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.

- **Endpoint:** `https://mcp.glideapps.dev/mcp` (Streamable HTTP)
- **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.
- **Documentation:** https://www.glideapps.com/docs/os/mcp

## What you can do

The server exposes Glide's full MCP tool surface, including:

- **Projects** — create, list, and manage GlideOS projects
- **Apps** — publish, promote, roll back, and manage app access and domains
- **Data** — query and modify app databases, ingest data sources, manage backups
- **Workflows** — run workflows, manage schedules, webhooks, and triggers
- **Files & code** — read, write, and search project files; run backend code

Ask your AI tool things like:

> "List my Glide projects"
>
> "Create a new project called Inventory Tracker"
>
> "Show me the tables in my app's database"

## Setup

### Claude Code

```bash
claude mcp add --transport http glide https://mcp.glideapps.dev/mcp
```

### Claude (web and desktop)

Go to **Settings → Connectors → Add custom connector** and enter `https://mcp.glideapps.dev/mcp`.

### Cursor

[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=glide&config=eyJ1cmwiOiJodHRwczovL21jcC5nbGlkZWFwcHMuZGV2L21jcCJ9)

Or add to `~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "glide": {
      "url": "https://mcp.glideapps.dev/mcp"
    }
  }
}
```

### VS Code

```bash
code --add-mcp '{"name":"glide","type":"http","url":"https://mcp.glideapps.dev/mcp"}'
```

### Gemini CLI

This repository is also a Gemini CLI extension:

```bash
gemini extensions install https://github.com/glideapps/mcp
```

Then restart Gemini CLI.

### ChatGPT

In **Settings → Connectors**, add a custom connector with the URL `https://mcp.glideapps.dev/mcp` (requires a ChatGPT plan with connector support).

## Support

- Glide documentation: https://www.glideapps.com/docs
- Product questions and account help: https://www.glideapps.com/support
- Bugs in the Gemini CLI extension or errors in this README: open an issue on this repository

## License

MIT

What people ask about mcp

What is glideapps/mcp?

+

glideapps/mcp is mcp servers for the Claude AI ecosystem. Glide's official MCP server — build, manage, and operate GlideOS apps, data, and workflows. It has 0 GitHub stars and its last recorded update is dated 2026-08-27.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/glideapps/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is glideapps/mcp safe to use?

+

Our security agent has analyzed glideapps/mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains glideapps/mcp?

+

glideapps/mcp is maintained by glideapps. The last recorded GitHub activity is dated 2026-08-27, with 1 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: glideapps/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/glideapps-mcp)](https://claudewave.com/repo/glideapps-mcp)
<a href="https://claudewave.com/repo/glideapps-mcp"><img src="https://claudewave.com/api/badge/glideapps-mcp" alt="Featured on ClaudeWave: glideapps/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives