Fleet discovery MCP server — semantic search across a fleet of MCP servers with per-client install instructions and optional passthrough invoke.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cyanheads-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/cyanheads-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cyanheads-mcp-server npx -y cyanheads/cyanheads-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cyanheads-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/cyanheads-mcp-server"
]
}
}
}