MCP Server
Active
io.github.brkd-h1/readme-canary MCP Server
io.github.brkd-h1/readme-canary
What is the io.github.brkd-h1/readme-canary MCP server?
Security research canary remote MCP server for owned-account testing.
How to install io.github.brkd-h1/readme-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": {
"readme-canary": {
"url": "https://bintool.brkd.no/anything/mcp-brkd-canary"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"readme-canary": {
"serverUrl": "https://bintool.brkd.no/anything/mcp-brkd-canary"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"readme-canary": {
"type": "http",
"url": "https://bintool.brkd.no/anything/mcp-brkd-canary"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"readme-canary": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bintool.brkd.no/anything/mcp-brkd-canary"
]
}
}
}Claude Code
claude mcp add --transport http readme-canary https://bintool.brkd.no/anything/mcp-brkd-canaryRelated MCP servers
Public-repo MCP canary with spoofed private repository.id for owned-account registry fallback test.
1
View repository →