Canary
Rank #14,713io.github.mindstone/mcp-server-canary
Canary MCP server for validating Rebel's OSS release pipeline. Single ping tool; no auth.
Canary is a Model Context Protocol (MCP) server published by mindstone. It ranks #14,713 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Canary is listed on Official MCP, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 100,878 of 115,591 servers on MCP Toplist.
Use Canary
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-canary -- npx -y @mindstone/mcp-server-canary[mcp_servers.mcp-server-canary]
command = "npx"
args = ["-y", "@mindstone/mcp-server-canary"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-canary": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-canary": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-canary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-canary": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-canary": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-canary)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-canary"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-canary.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | May 29, 2026 |
Frequently asked questions
- Who maintains Canary?
- Canary is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is Canary listed on the Official MCP Registry?
- Yes — Canary is listed on the Official MCP Registry.
- How many versions does Canary have?
- MCP Toplist tracks 1 version of Canary, most recently published on May 29, 2026.
- Where can I find the source code for Canary?
- The source code for Canary is hosted at github.com/mindstone/mcp-servers.