PluginBench
MCP Server

io.github.atk1-eng/zoo-mcp MCP Server

io.github.atk1-eng/zoo-mcp

What is the io.github.atk1-eng/zoo-mcp MCP server?

A sample zoo MCP server

How to install io.github.atk1-eng/zoo-mcp

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

An MCP server for weather information.

View repository →