Coherence
@getcoherence
Coherence について
MCP (Model Context Protocol) server that exposes Coherence as tools for Claude, Cursor, Cline, and other MCP-compatible clients.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"coherence": {
"command": "npx",
"args": [
"-y",
"@coherenceos/mcp-server"
],
"env": {
"COHERENCE_API_URL": "https://api.getcoherence.io/v1",
"COHERENCE_API_TOKEN": "<YOUR_API_KEY>"
}
}
}
}ツール
13Send a message to a Coherence agent; the agent uses its own toolset (email, reminders, calendar, social, landing pages, approvals, etc.) and returns its response
List CRM modules in the workspace
List fields on a module — useful before creating/updating records
List records in a module with search + pagination
Get a single record by ID
Create a new record
Update a record's fields
Soft-delete a record (recoverable from trash)
List blog articles, LinkedIn posts, emails, etc.
Get a single outreach item, including its MDX content
Create a new outreach item
Update the MDX body of an outreach item
Update outreach metadata (title, status, etc.)
概要
What is Coherence?
Coherence is an MCP (Model Context Protocol) server that exposes the Coherence workspace platform as tools for Claude, Cursor, Cline, and other MCP-compatible clients. Its headline tool, chat_with_agent, lets you send a message to your Coherence agent (Nash) to draft emails, create reminders, update records, post to social media, create landing pages, and more—all under your workspace’s approval rules.
How to use Coherence?
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."
Key features of Coherence
chat_with_agentsends 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
Use cases of Coherence
- Draft and send follow-up emails to leads created in the current week
- List open deals over a specified dollar amount from the CRM
- Create a new contact and set a reminder for follow-up
- Manage landing pages, calendar events, and social media posts via the agent
FAQ from Coherence
What runtime does Coherence require?
The server runs via npx (Node.js) and is installed as a package (@coherenceos/mcp-server). No additional local setup is needed beyond a Node.js environment.
How is authentication handled?
You must provide a COHERENCE_API_TOKEN (an sk_live_… key) from your Coherence workspace. The key can be scoped to specific permissions (records, collab, agents, workspace) or inherit your full user permissions.
What data does the server access?
All data lives in your Coherence workspace (CRM records, outreach items, etc.). The server only interacts with the Coherence API; no data is stored locally.
Are there any built-in security limits?
Approval gates are enforced inside the Coherence platform regardless of API key scopes. An API key cannot bypass workspace-level approval rules for actions like sending email or posting to social media.
Which transport does the MCP server use?
The server uses the standard stdio transport (command-line invocation via npx). It is configured as a subprocess in the MCP client’s JSON configuration.
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント