# cyanheads-mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-cyanheads-cyanheads-mcp-server
- Repository: https://github.com/cyanheads/cyanheads-mcp-server

## Install
- Command: `npx -y @cyanheads/cyanheads-mcp-server`
- Endpoint: https://cyanheads.caseyjhand.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @cyanheads/cyanheads-mcp-server v0.1.8
- Environment variable: MCP_LOG_LEVEL (default info)
- Environment variable: CATALOG_URL (default https://caseyjhand.com/fleet.json)
- Environment variable: CATALOG_REFRESH_SECONDS (default 3600)
- Environment variable: EMBEDDING_MODEL_ID (default Snowflake/snowflake-arctic-embed-m-v1.5)
- Environment variable: SIMILARITY_FLOOR (default 0.3)
- Package: Npm @cyanheads/cyanheads-mcp-server v0.1.8
- Environment variable: MCP_HTTP_HOST (default 127.0.0.1)
- Environment variable: MCP_HTTP_PORT (default 3010)
- Environment variable: MCP_HTTP_ENDPOINT_PATH (default /mcp)
- Environment variable: MCP_AUTH_MODE (default none)
- Environment variable: MCP_LOG_LEVEL (default info)
- Environment variable: CATALOG_URL (default https://caseyjhand.com/fleet.json)
- Environment variable: CATALOG_REFRESH_SECONDS (default 3600)
- Environment variable: EMBEDDING_MODEL_ID (default Snowflake/snowflake-arctic-embed-m-v1.5)
- Environment variable: SIMILARITY_FLOOR (default 0.3)
- Remote endpoint: https://cyanheads.caseyjhand.com/mcp

## Tools
- cyanheads_search (Search Fleet Tools and Servers) - Search fleet tools and servers by natural-language description. Returns ranked matches with brief summaries and the server each tool belongs to. Use scope "servers" to find which server handles a workflow; use the default scope "tools" to find specific tools. Call cyanheads_describe on a result name to get install snippets and the connection URL. Endpoint: https://cyanheads.caseyjhand.com/mcp
- cyanheads_describe (Describe Fleet Tool or Server) - Return the description, connection URL, and per-client install snippets for a named tool or server. For tools: the description and the server it belongs to. For servers: connection URL and install snippets for every supported client (or one specific client when the client parameter is specified). Call cyanheads_search first to find valid names. Endpoint: https://cyanheads.caseyjhand.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.cyanheads
- Version: 0.1.8
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 28, 2026
- Source: https://registry.modelcontextprotocol.io
