PluginBench
MCP Server
Active

io.github.brkd-h1/empty-public-canary MCP Server

io.github.brkd-h1/empty-public-canary

What is the io.github.brkd-h1/empty-public-canary MCP server?

Public-repo MCP canary with spoofed private repository.id for owned-account registry fallback test.

How to install io.github.brkd-h1/empty-public-canary

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

Security research canary remote MCP server for owned-account testing.

1
View repository →