
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@coherenceos/mcp-server
Advanced tools
MCP server exposing the Coherence platform (CRM records, collab docs, AI agents) as tools for Claude Desktop, Cursor, Cline, and other MCP-compatible clients.
MCP (Model Context Protocol) server that exposes Coherence platform APIs as tools for Claude, Cursor, Cline, and other MCP-compatible clients.
In Coherence, go to Settings → API Keys → Create new key. Copy the sk_live_… value — it's only shown once.
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"coherence": {
"command": "npx",
"args": ["-y", "@coherenceos/mcp-server"],
"env": {
"COHERENCE_API_URL": "https://api.getcoherence.io/v1",
"COHERENCE_API_TOKEN": "sk_live_..."
}
}
}
}
Cursor / Cline / Continue / Windsurf: same JSON, dropped into each tool's MCP settings file.
Local development — point at your gateway:
"env": {
"COHERENCE_API_URL": "http://localhost:4000",
"COHERENCE_API_TOKEN": "sk_live_..."
}
| Tool | Description |
|---|---|
list_modules | List all CRM modules in the workspace |
list_module_fields | List fields defined on a module |
list_records | List records with search/pagination |
get_record | Get a single record by ID |
create_record | Create a new record |
update_record | Update a record's fields |
delete_record | Soft-delete a record |
list_collab_docs | List Collab documents |
create_collab_doc | Create a new document |
get_collab_doc | Get document metadata |
get_collab_doc_text | Get document plain-text content |
list_agents | List AI agents |
create_agent_task | Assign a task to an agent |
list_agent_tasks | List agent tasks (filterable by status) |
add_comment | Add a comment to a record |
workspace_overview | Get workspace summary stats |
| Variable | Required | Default | Description |
|---|---|---|---|
COHERENCE_API_TOKEN | Yes | — | API key (sk_live_…) from your Coherence workspace |
COHERENCE_API_URL | No | https://api.getcoherence.io/v1 | API base URL |
Prefer a hosted endpoint? Use Coherence's Streamable HTTP MCP server directly:
https://mcp.getcoherence.io
Authenticate with the same sk_live_… API key. Supported in Claude.ai connectors, ChatGPT, and any MCP client that speaks HTTP/SSE.
When you create an API key, you choose which scopes it can use:
records:read, records:writecollab:read, collab:writeagents:read, agents:writeworkspace:readA key with no scopes selected has full access for the creating user's roles.
"command": "npx",
"args": ["tsx", "packages/mcp-server/src/index.ts"]
FAQs
MCP server exposing the Coherence platform (CRM records, collab docs, AI agents) as tools for Claude Desktop, Cursor, Cline, and other MCP-compatible clients.
The npm package @coherenceos/mcp-server receives a total of 109 weekly downloads. As such, @coherenceos/mcp-server popularity was classified as not popular.
We found that @coherenceos/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.