Getcoherence MCP Server

Coherence MCP - chat with your CRM's AI agent from Claude, Cursor, and Cline. Its 13 documented tools cover outreach, record, item. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 2 · #34 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Getcoherence MCP Server

before you install - you'll need

Set COHERENCE_API_URL, COHERENCE_API_TOKEN before connecting.

Claude Code

claude mcp add getcoherence-mcp-server -- npx -y @coherenceos/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "getcoherence-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@coherenceos/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @coherenceos/mcp-server - the @coherenceos scope differs from the repo owner (getcoherence); confirm it's the project's official package

registry vendor namespace io.getcoherence - domain-verified with the official MCP registry

03 · What Getcoherence MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can send a message to a Coherence agent, list fields on a module - useful before creating/updating records, list records in a module with search + pagination, and get a single record by ID.

Capability map

Tools grouped from the project's README - what Getcoherence MCP Server lets an agent do.

Outreach

5 tools - e.g. List blog articles, LinkedIn posts, emails, etc.; Get a single outreach item, including its MDX content; Create a new outreach item

list_outreach_items · get_outreach_item · create_outreach_item · update_outreach_body · update_outreach_item

Record

4 tools - e.g. Get a single record by ID; Create a new record; Update a record's fields

get_record · create_record · update_record · delete_record

read & search

3 tools - e.g. List CRM modules in the workspace; List fields on a module - useful before creating/updating records; List records in a module with search + pagination

list_modules · list_module_fields · list_records

Chat

1 tool - e.g. Send a message to a Coherence agent; the agent uses its own toolset (email, reminders, calendar, social, landing pages, approvals, etc.) and returns its respons

chat_with_agent

04 · Who maintains Getcoherence MCP Server

mcp is maintained by getcoherence. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
communication - ranked #34 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.getcoherence/mcp (active, first published 2026-05-12 · 3 versions)
packages
npm:@coherenceos/mcp-server

06 · Getcoherence MCP Server FAQ

Is Getcoherence MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Getcoherence MCP Server do?

With this server connected, an agent can send a message to a Coherence agent, list fields on a module - useful before creating/updating records, list records in a module with search + pagination, and get a single record by ID.

How do I install Getcoherence MCP Server?

Run `npx -y @coherenceos/mcp-server`. The README documents 2 environment variables (COHERENCE_API_URL, COHERENCE_API_TOKEN) to set first. Set COHERENCE_API_URL, COHERENCE_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Getcoherence MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Getcoherence MCP Server

More communication MCP servers · Decker · Note MCP Server · Hackle · WhatsApp Connect · Telegram MCP

More TypeScript MCP servers · Dynamoi · Masv · Mcpm · Munin · Rephonic · see all