PluginBench
MCP Server

io.github.Zuga-luga/Zugabot MCP Server

io.github.Zuga-luga/Zugabot

What is the io.github.Zuga-luga/Zugabot MCP server?

AI dev tools + image generation, paid per-use with USDC on Base (x402).

How to install io.github.Zuga-luga/Zugabot

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "Zugabot": {
      "url": "https://brain.zugabot.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "Zugabot": {
      "serverUrl": "https://brain.zugabot.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "Zugabot": {
      "type": "http",
      "url": "https://brain.zugabot.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "Zugabot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://brain.zugabot.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http Zugabot https://brain.zugabot.ai/mcp

Related MCP servers

Paid dev services for AI agents: code review, bug-fix, tests, docs, audits. USDC on Base x402.

0
View repository →