Loading MCP server directory, please wait...
Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.
npx @getmcp/cli add io.github.cyanheads/cyanheads-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/cyanheads-mcp-server": {
"command": "node",
"args": [
"@cyanheads/cyanheads-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"CATALOG_URL": "https://caseyjhand.com/fleet.json",
"CATALOG_REFRESH_SECONDS": "3600",
"EMBEDDING_MODEL_ID": "Snowflake/snowflake-arctic-embed-m-v1.5",
"SIMILARITY_FLOOR": "0.3"
}
}
}
}