cyanheads-mcp-server
Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.
Deployment
https://cyanheads.caseyjhand.com/mcpPackage Details
@cyanheads/cyanheads-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoMinimum log level: debug, info, notice, warning, error.
https://caseyjhand.com/fleet.jsonRemote fleet.json endpoint (schema v2 with baked embeddings).
3600Background poll interval for fleet.json refresh. 0 disables.
Snowflake/snowflake-arctic-embed-m-v1.5Hugging Face model id for query embedding. Must match fleet.json.embeddingModel.
0.3Cosine similarity cutoff for cyanheads_search results (0-1).
@cyanheads/cyanheads-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1Hostname for the HTTP server.
3010Port to run the HTTP server on.
/mcpEndpoint path for the MCP server.
noneAuthentication mode: none, jwt, or oauth.
infoMinimum log level: debug, info, notice, warning, error.
https://caseyjhand.com/fleet.jsonRemote fleet.json endpoint (schema v2 with baked embeddings).
3600Background poll interval for fleet.json refresh. 0 disables.
Snowflake/snowflake-arctic-embed-m-v1.5Hugging Face model id for query embedding. Must match fleet.json.embeddingModel.
0.3Cosine similarity cutoff for cyanheads_search results (0-1).