Platforms
Claude Desktop
Add Coorda to Claude Desktop via MCP. Claude gets 9 tools for persistent memory and coordination across every chat session.
Get your API key first
Sign up at coordaai.com/signup to get your Coorda API key. Use a
ck_live_ key for desktop — the key is shown once, save it.Configure Claude Desktop
Open your Claude Desktop config file and add the Coorda MCP server:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"coorda": {
"command": "npx",
"args": ["-y", "@coorda/mcp-server"],
"env": {
"COORDA_API_KEY": "ck_live_your_key_here"
}
}
}
}Restart Claude Desktop. That's it.
What Claude can do
Once connected, Claude has access to these tools:
store_contextSave what you learnedsearch_contextFind relevant prior contextinject_contextGet formatted context for your responseclaim_taskClaim work to prevent duplicatesget_active_tasksCheck what's being worked oncomplete_taskMark work as donehandoff_taskPass work to another agentlog_workflowRecord a workflow tracefind_similar_workflowsFind past workflows that worked
Cross-platform memory
Everything Claude Desktop stores is available in Claude Web, ChatGPT Desktop, and ChatGPT Web — using the same Coorda account. One memory pool follows you everywhere.