← Index

io.github.cyanheads/cyanheads-mcp-server

io.github.cyanheads/cyanheads-mcp-server·v0.1.8·Search
Quality Score
80
/100

Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://cyanheads.caseyjhand.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cyanheads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/cyanheads-mcp-server"
      ],
      "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",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cyanheads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/cyanheads-mcp-server"
      ],
      "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",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cyanheads/cyanheads-mcp-server
§02  Environment variables
MCP_LOG_LEVEL

Minimum log level: debug, info, notice, warning, error.

CATALOG_URL

Remote fleet.json endpoint (schema v2 with baked embeddings).

CATALOG_REFRESH_SECONDS

Background poll interval for fleet.json refresh. 0 disables.

EMBEDDING_MODEL_ID

Hugging Face model id for query embedding. Must match fleet.json.embeddingModel.

SIMILARITY_FLOOR

Cosine similarity cutoff for cyanheads_search results (0-1).

MCP_HTTP_HOST

Hostname for the HTTP server.

MCP_HTTP_PORT

Port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH

Endpoint path for the MCP server.

MCP_AUTH_MODE

Authentication mode: none, jwt, or oauth.

MCP_LOG_LEVEL

Minimum log level: debug, info, notice, warning, error.

CATALOG_URL

Remote fleet.json endpoint (schema v2 with baked embeddings).

CATALOG_REFRESH_SECONDS

Background poll interval for fleet.json refresh. 0 disables.

EMBEDDING_MODEL_ID

Hugging Face model id for query embedding. Must match fleet.json.embeddingModel.

SIMILARITY_FLOOR

Cosine similarity cutoff for cyanheads_search results (0-1).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search