Canary for Cursor
io.github.mindstone/mcp-server-canary
Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
client:Cursor
transport:stdio
runtime:npm
Install Canary in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-canary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-canary"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs