How to Use the Atlas MCP in Windsurf
Give Windsurf's Cascade direct access to your Atlas support tickets to automatically read customer histories and draft responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Atlas MCP to Windsurf
Create your Vinkius account to connect Atlas 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.
Chain Support Tasks in Windsurf
This Atlas MCP Server lets Cascade execute multi-step support workflows automatically. When you ask it to review a recent bug report, it uses `list_tickets` to find the issue and `get_ticket` to read the thread. It doesn't stop there. The agent immediately pulls the user profile via `get_customer` without waiting for permission. You get a complete picture of the bug, the user's tier, and their past issues formatted right in your editor.
Pull Atlas Articles Into Your Code
Pulling articles from your help center directly into your editor saves hours of context switching. This MCP Server connects your IDE straight to that knowledge base. Tell Windsurf what you are building. Cascade runs `list_articles` to find relevant guides, reads the current state of your docs, and suggests code changes that align perfectly with what you already tell your users.
Turn Code Fixes Into Customer Updates
Closing the feedback loop with customers happens right inside your IDE. You still need to tell the user you solved their problem after merging a pull request. Once Cascade pushes the patch, instruct it to update the user. It executes `create_ticket` or appends notes to the active thread, tagging the specific agent using `list_users`. The entire loop finishes without you ever opening a browser tab.
Set up Atlas 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 Atlas 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 Atlas payment history." If connected, Cascade will call the Atlas tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"atlas-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 Atlas. 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 Atlas MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Atlas MCP today
We host it, we monitor it, we maintain it. You just paste one token.