How to Use the Chanty MCP in Windsurf
Run your Chanty workspace directly from Windsurf by letting Cascade chain chat setups, invites, and status updates on autopilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chanty MCP to Windsurf
Create your Vinkius account to connect Chanty 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.
Automate Chanty setup sequences in Windsurf
Cascade uses `create_conversation` to spin up fresh chat rooms and `invite_member` to pull your team in, letting you set up workspaces without leaving your editor. You tell the agent who needs to talk, and it handles the backend logic without waiting for you to click through menus. This MCP Server exposes raw chat control to your IDE. When you start a project, Cascade reads your team directory using `list_members` and maps out the right channels instantly.
Cascade handles message routing and cleanup
Cascade chains `list_conversations` to find the right channel and drops the payload with `send_message` immediately when a build breaks. You don't need to manually alert the team during outages; your agent handles the alerts. If an automated alert is outdated, the agent uses the MCP tool interface to target specific message IDs and run `delete_message`. This keeps your team channels clean and uncluttered.
Manage active user states dynamically
Cascade checks your local git branch and calls `set_status` to update your Chanty status text to match your current task. Your team always knows what you are coding without you having to manually toggle away from your file. The agent also inspects your permissions with `get_profile` to make sure it only updates channels you actually control. This prevents permission errors and keeps your automated updates running smoothly.
Set up Chanty 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 Chanty 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 Chanty payment history." If connected, Cascade will call the Chanty tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"chanty-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 Chanty. 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 Chanty MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chanty MCP today
We host it, we monitor it, we maintain it. You just paste one token.