Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Or add to `~/.cursor/mcp.json`:
}
```

This repository is also packaged as an [Agent Plugin](https://agent-plugins.org) (`plugin.json` + `mcp.json`), the format behind [Cursor's plugin directory](https://cursor.directory/plugins).

### VS Code

```bash
Expand All @@ -76,7 +78,7 @@ In **Settings → Connectors**, add a custom connector with the URL `https://mcp

- 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
- Bugs in the Gemini CLI extension or Agent Plugin manifests, or errors in this README: open an issue on this repository

## License

Expand Down
9 changes: 9 additions & 0 deletions mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"glide": {
"type": "streamable-http",
"url": "https://mcp.glideapps.dev/mcp"
}
}
}
14 changes: 14 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "glide",
"version": "1.0.1",
"description": "Glide's official MCP server — build, manage, and operate GlideOS apps, data, and workflows.",
"author": {
"name": "Glide",
"url": "https://www.glideapps.com"
},
"homepage": "https://www.glideapps.com/docs/os/mcp",
"repository": "https://github.com/glideapps/mcp",
"license": "MIT",
"keywords": ["glide", "glideos", "apps", "no-code", "database", "workflows", "automation"]
}