AgentHubAgentHub

mcp

MCP ServerMCP Registry官方收录

io.getcoherence/mcp · v0.2.3

Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline.

概览

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

安装

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

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coherenceos/mcp-server"
      ],
      "env": {
        "COHERENCE_API_TOKEN": "<COHERENCE_API_TOKEN>"
      }
    }
  }
}

环境变量

COHERENCE_API_TOKEN必填secret

API key from your Coherence workspace (Settings → API Keys). Starts with sk_live_.

COHERENCE_API_URL可选

API base URL. Defaults to https://api.getcoherence.io/v1.

相关资源

统一 Manifest

{
  "id": "io.getcoherence/mcp",
  "type": "mcp-server",
  "version": "0.2.3",
  "displayName": "mcp",
  "description": "Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline.",
  "repository": {
    "url": "https://github.com/getcoherence/mcp-server",
    "source": "github"
  },
  "homepage": "https://getcoherence.io/mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@coherenceos/mcp-server",
        "version": "0.2.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "COHERENCE_API_TOKEN",
            "description": "API key from your Coherence workspace (Settings → API Keys). Starts with sk_live_.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "COHERENCE_API_URL",
            "description": "API base URL. Defaults to https://api.getcoherence.io/v1."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.getcoherence/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.getcoherence%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp — MCP Server 安装与配置 · AgentHub