AgentHubAgentHub

cyanheads-mcp-server

MCP ServerMCP Registry官方收录

io.github.cyanheads/cyanheads-mcp-server · v0.3.2

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

概览

cyanheads-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cyanheads-mcp-server": {
      "command": "node",
      "args": [
        "-y",
        "@cyanheads/cyanheads-mcp-server"
      ]
    }
  }
}

环境变量

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).

相关资源

统一 Manifest

{
  "id": "io.github.cyanheads/cyanheads-mcp-server",
  "type": "mcp-server",
  "version": "0.3.2",
  "displayName": "cyanheads-mcp-server",
  "description": "Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.",
  "repository": {
    "url": "https://github.com/cyanheads/cyanheads-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@cyanheads/cyanheads-mcp-server",
        "version": "0.3.2",
        "runtimeHint": "node",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MCP_LOG_LEVEL",
            "description": "Minimum log level: debug, info, notice, warning, error."
          },
          {
            "name": "CATALOG_URL",
            "description": "Remote fleet.json endpoint (schema v2 with baked embeddings)."
          },
          {
            "name": "CATALOG_REFRESH_SECONDS",
            "description": "Background poll interval for fleet.json refresh. 0 disables."
          },
          {
            "name": "EMBEDDING_MODEL_ID",
            "description": "Hugging Face model id for query embedding. Must match fleet.json.embeddingModel."
          },
          {
            "name": "SIMILARITY_FLOOR",
            "description": "Cosine similarity cutoff for cyanheads_search results (0-1)."
          }
        ]
      },
      {
        "registryType": "npm",
        "identifier": "@cyanheads/cyanheads-mcp-server",
        "version": "0.3.2",
        "runtimeHint": "node",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "MCP_HTTP_HOST",
            "description": "Hostname for the HTTP server."
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "Port to run the HTTP server on."
          },
          {
            "name": "MCP_HTTP_ENDPOINT_PATH",
            "description": "Endpoint path for the MCP server."
          },
          {
            "name": "MCP_AUTH_MODE",
            "description": "Authentication mode: none, jwt, or oauth."
          },
          {
            "name": "MCP_LOG_LEVEL",
            "description": "Minimum log level: debug, info, notice, warning, error."
          },
          {
            "name": "CATALOG_URL",
            "description": "Remote fleet.json endpoint (schema v2 with baked embeddings)."
          },
          {
            "name": "CATALOG_REFRESH_SECONDS",
            "description": "Background poll interval for fleet.json refresh. 0 disables."
          },
          {
            "name": "EMBEDDING_MODEL_ID",
            "description": "Hugging Face model id for query embedding. Must match fleet.json.embeddingModel."
          },
          {
            "name": "SIMILARITY_FLOOR",
            "description": "Cosine similarity cutoff for cyanheads_search results (0-1)."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://cyanheads.caseyjhand.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.cyanheads/cyanheads-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cyanheads%2Fcyanheads-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cyanheads-mcp-server — MCP Server 安装与配置 · AgentHub