{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/glif-icon-400.png\" width=\"120\" alt=\"Glif\" />\n</p>\n\n# Glif MCP Server\n\n**Glif** is a media-generation agent: generate images, video, and audio, transcribe, render HTML, search the web, run code, and chain multi-step media operations — from any MCP client.\n\n- **Endpoint:** `https://glif.app/api/mcp` (Streamable HTTP, JSON-RPC 2.0)\n- **Auth:** OAuth 2.1 with dynamic client registration — sign in with your Glif account, no API keys\n- **Install page with one-click buttons:** https://glif.app/mcp\n- **Docs for agents:** https://glif.app/llms.txt\n\nThis repo holds the registry metadata for the hosted server (see [`server.json`](server.json)); the server itself is part of the glif.app platform and is not open source.\n\n> [!NOTE]\n> Looking for the old locally-run stdio server (npm `@glifxyz/glif-mcp-server`)? It's deprecated — the code is parked on the [`legacy-local-server`](https://github.com/glifxyz/glif-mcp-server/tree/legacy-local-server) branch.\n\n## Tools\n\n`compose_project` does the work — describe what you want in plain language, including a whole series of variations, and Glif picks the models and chains the steps. It returns a `job_id` immediately; poll `get_job_status` for the media, which comes back as `resource_link` blocks pointing at CDN URLs. The rest are read and upload helpers. Call `tools/list` for the authoritative set, or see https://glif.app/mcp.\n\nGeneration spends credits from the signed-in Glif account; read-only tools are free. See https://glif.app/pricing.\n\n## Install\n\n### Claude (web / desktop)\n\nSettings → Connectors → **Add custom connector**, paste:\n\n```\nhttps://glif.app/api/mcp\n```\n\n### Claude Code\n\n```sh\nclaude mcp add --scope user --transport http glif \"https://glif.app/api/mcp\"\n```\n\n### Cursor\n\n[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=glif&config=eyJ1cmwiOiJodHRwczovL2dsaWYuYXBwL2FwaS9tY3AifQ%3D%3D)\n\nOr add to `.cursor/mcp.json`:\n\n```json\n{ \"mcpServers\": { \"glif\": { \"url\": \"https://glif.app/api/mcp\" } } }\n```\n\n### VS Code\n\n```sh\ncode --add-mcp '{\"name\":\"glif\",\"type\":\"http\",\"url\":\"https://glif.app/api/mcp\"}'\n```\n\n### ChatGPT\n\nEnable developer mode, then Settings → Apps & Connectors → **Add new connector**, paste `https://glif.app/api/mcp`, pick OAuth.\n\n### Codex\n\n```sh\ncodex mcp add glif --url \"https://glif.app/api/mcp\"\ncodex mcp login glif\n```\n\n### Any other MCP client\n\n```json\n{ \"mcpServers\": { \"glif\": { \"url\": \"https://glif.app/api/mcp\", \"transport\": \"http\" } } }\n```\n\nYour client opens a browser OAuth sign-in on first connect — approve it to link your Glif account. More clients (Replit, Hermes, OpenClaw, LM Studio, …) with copy-paste snippets: https://glif.app/mcp\n\n## Links\n\n- Website: https://glif.app\n- MCP install page: https://glif.app/mcp\n- Discord: https://discord.gg/glif\n- X: https://x.com/heyglif\n\n## Registries\n\n- Anthropic MCP Registry\n\n## License\n\nMIT - see [LICENSE](LICENSE)\n",
  "bytes": 2960,
  "sha": "012421f4e8f3324cb5a7331f3b84bc65146eb81193350f6af5173b00465a1b34",
  "repo_slug": "glifxyz/glif-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_glif_glif_6a7639d1/readme"
}