Mcp Server
An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details.
- Transport
- Not stated
- Package
- —
- Registry id
- com.agilitycms/mcp-server
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
The official MCP server for Agility CMS: a hosted, remote server that gives your AI tools real-time access to the content, models, pages and media in the Agility instances you already have access to — through conversation, not APIs.
Connect your client · What you can ask for · Tools · Data and security · Troubleshooting · Support
There is nothing to install. Point your client at https://mcp.agilitycms.com/api/mcp, sign in
with your Agility account, and your assistant can work with the instances you already have access to.
- Endpoint:
https://mcp.agilitycms.com/api/mcp(streamable HTTP) - Auth: OAuth 2.0 against your Agility organization — your Agility permissions are the authority
- Tools: 32, covering content, models, components, containers, pages, sitemaps and media
- Setup guide with screenshots: mcp.agilitycms.com/instructions
- Live tool catalog: mcp.agilitycms.com/tools
Connect your client
One click
Every supported client
| Client | How to add it |
|---|---|
| VS Code (GitHub Copilot) | One-click badge above, or Command Palette → MCP: Add Server → HTTP |
| Cursor | One-click badge above, or Settings → MCP → Add new MCP server → HTTP |
| LM Studio | One-click badge above |
| Claude Code | claude mcp add --transport http "Agility-CMS" https://mcp.agilitycms.com/api/mcp |
| Claude (desktop & web) | Settings → Connectors → Add custom connector → paste the endpoint |
| Windsurf | Settings → Cascade → MCP servers → add the endpoint |
| Gemini CLI | gemini mcp add --transport http agility-cms https://mcp.agilitycms.com/api/mcp |
| ChatGPT | Settings → Apps & Connectors → Advanced → Developer mode → add a connector |
| Anything else | Any client that speaks streamable HTTP — or bridge a stdio-only client with mcp-remote |
From the project's README.