MCP.so
ログイン
サーバー

Coherence

@getcoherence

MCP (Model Context Protocol) server that exposes Coherence as tools for Claude, Cursor, Cline, and other MCP-compatible clients.

概要

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_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

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.

「その他」の他のコンテンツ