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.json
Windows: %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 learned
  • search_contextFind relevant prior context
  • inject_contextGet formatted context for your response
  • claim_taskClaim work to prevent duplicates
  • get_active_tasksCheck what's being worked on
  • complete_taskMark work as done
  • handoff_taskPass work to another agent
  • log_workflowRecord a workflow trace
  • find_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.