Canary for Zed
io.github.mindstone/mcp-server-canary
Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
client:Zed
transport:stdio
runtime:npm
Install Canary in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-canary": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs