Skip to main content
Glama
cyanheads

cyanheads-mcp-server

Official
by cyanheads

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CATALOG_URLNoRemote fleet.json endpoint (schema v2 with baked embeddings). Must be an absolute URL. Override to front your own fleet.https://caseyjhand.com/fleet.json
OTEL_ENABLEDNoEnable OpenTelemetryfalse
MCP_AUTH_MODENoAuthentication: none, jwt, or oauthnone
MCP_HTTP_HOSTNoHTTP server bind host127.0.0.1
MCP_HTTP_PORTNoHTTP server port3010
MCP_LOG_LEVELNoLog level (debug, info, warning, error, etc.)info
SIMILARITY_FLOORNoCosine similarity cutoff for cyanheads_search_catalog results. Must be within [0, 1].0.3
EMBEDDING_MODEL_IDNoHugging Face model id for query embedding. Must match fleet.json.embeddingModel.Snowflake/snowflake-arctic-embed-m-v1.5
MCP_TRANSPORT_TYPENoTransport: stdio or httpstdio
MCP_HTTP_ENDPOINT_PATHNoHTTP endpoint path where the MCP server is mounted/mcp
CATALOG_REFRESH_SECONDSNoBackground poll interval for fleet.json refresh. 0 disables; otherwise must be > 0.3600
CATALOG_FETCH_TIMEOUT_MSNoPer-request timeout for fleet.json fetches in ms. Must be > 0.10000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/cyanheads-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server