
Mcp
Let Claude, Cursor, or Cline query and act through your Coherence CRM’s built-in AI agent without leaving the editor.
Overview
io.getcoherence/mcp is an MCP server for the Grow phase that lets coding agents chat with your Coherence CRM’s AI agent over stdio.
What is this MCP server?
- Stdio MCP package @coherenceos/mcp-server (v0.2.3) for Claude, Cursor, and Cline
- Authenticate with COHERENCE_API_TOKEN (sk_live_ from workspace Settings → API Keys)
- Configurable COHERENCE_API_URL defaulting to https://api.getcoherence.io/v1
- Bridges IDE agents to Coherence’s CRM AI agent over the Model Context Protocol
- Server version 0.2.3; npm package @coherenceos/mcp-server
- Default API base https://api.getcoherence.io/v1
- 1 required secret env var (COHERENCE_API_TOKEN); 1 optional URL override
Community signal: 1 GitHub stars.
What problem does it solve?
Switching between your IDE and Coherence to ask CRM questions breaks flow and loses context your agent could use while you code.
Who is it for?
Indie SaaS founders already on Coherence who want CRM-aware assistance inside Claude Code or Cursor.
Skip if: Teams not using Coherence CRM or anyone who only needs generic email without a Coherence workspace.
What do I get? / Deliverables
After registering the server, your agent can invoke Coherence CRM capabilities from Claude, Cursor, or Cline using your workspace API token.
- Registered stdio MCP server wired to Coherence API v1
- Agent-callable access to your CRM’s Coherence AI agent
- Configurable API base URL for non-default deployments
Recommended MCP Servers
Journey fit
CRM conversations and follow-ups sit in the grow phase where solo builders manage customers and pipeline after launch. Support and customer-facing workflows are the natural home for chatting with a CRM agent from your coding agent.
How it compares
Coherence CRM bridge via MCP, not a standalone sales skill or local contact database.
Common Questions / FAQ
Who is io.getcoherence/mcp for?
Solo builders and small teams on Coherence who use Claude, Cursor, or Cline and want the CRM’s AI agent available as MCP tools.
When should I use io.getcoherence/mcp?
Use it when you are in grow/support workflows—pipeline checks, customer context, or CRM-guided actions—while staying in your coding agent.
How do I add io.getcoherence/mcp to my agent?
Install @coherenceos/mcp-server, set COHERENCE_API_TOKEN (and optionally COHERENCE_API_URL), and register the stdio server in your agent’s MCP config.