Coherence
About
Talk to your CRM's AI agent from Claude, Cursor, and other MCP clients — read records, send email, create reminders, draft outreach, all gated by approvals.
Details
- Author
- getcoherence
- GitHub stars
- 2
- Downloads
- 202
- Categories
- Marketing, Other, Automation, AI
Jump to
- chat_with_agent sends messages to a full-toolset Coherence agent
- Direct CRUD operations on module records (create, read, update, delete)
- List and search records with pagination
- Manage outreach items (blog articles, LinkedIn posts, emails, etc.)
- View and update record fields with list_module_fields
- All operations respect workspace approval gates
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CoherenceCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Create an API key in Coherence (Settings → API Keys → Create new key), then add the provided JSON snippet to your MCP client’s configuration file (e.g., claude_desktop_config.json for Claude Desktop). Restart the client and start talking to your workspace using natural language commands like "Ask my Coherence agent to draft a follow-up email to the leads I created this week."
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"coherence": {
"coherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_URL": "https://api.getcoherence.io/v1",
"COHERENCE_API_TOKEN": "<YOUR_API_KEY>"
}
}
}
}
}
McpServers
{
"coherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_URL": "https://api.getcoherence.io/v1",
"COHERENCE_API_TOKEN": "<YOUR_API_KEY>"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


