How to Use the Agility CMS MCP in Windsurf
Let Windsurf's Cascade agent connect to Agility CMS, map your sitemap, and sync content updates without you lifting a finger.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Agility CMS MCP to Windsurf
Create your Vinkius account to connect Agility CMS to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Map out your entire site structure
The `get_site_tree` tool gives your agent the complete sitemap for any channel you point it at. It’s the architectural blueprint, showing how every page connects. Cascade uses this map to understand your site's layout before it starts working. Once Cascade has the map, it can use `get_page_layout` to inspect the modules on any specific page. This isn't just a list of URLs; it's a full structural breakdown that your agent can use to plan out complex, multi-step tasks across your site.
Pull any content item on demand
Give Cascade a goal like "Find the author bio for the latest blog post and summarize it." It will use `list_content_items` to get the recent posts, find the right one, then use `get_single_item` to pull the full article and its related author data. If you don't know an item's ID, that's not a problem. Cascade can use `search_content_reference` to find what it needs with just a keyword. It digs through your lists and finds the right content, so you don't have to.
Keep your data fresh with this MCP Server
This Agility CMS connection isn't just for one-off reads. You can tell Windsurf to keep a local project in sync with your live content. It uses `sync_incremental_items` and `sync_incremental_pages` to do it. Just set up a recurring task and Cascade will fetch only what's changed since the last run. You get fresh content and page structures without having to do a full, slow export every time. It’s perfect for building preview environments or feeding a static site generator.
Set up Agility CMS MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Agility CMS MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Agility CMS payment history." If connected, Cascade will call the Agility CMS tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"agility-cms-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Agility CMS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Agility CMS MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Agility CMS MCP today
We host it, we monitor it, we maintain it. You just paste one token.