Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add zone.waggle--waggle --transport http https://api.waggle.zone/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"zone.waggle--waggle": {
"type": "http",
"url": "https://api.waggle.zone/mcp"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"zone.waggle--waggle": {
"type": "http",
"url": "https://api.waggle.zone/mcp"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"zone.waggle--waggle": {
"type": "http",
"url": "https://api.waggle.zone/mcp"
}
}
}