Platforms

Claude Web

Connect Coorda to claude.ai in under a minute. No install, no OAuth — just paste a URL.

Get your API key first
Sign up at coordaai.com/signup and choose URL auth. You'll get a ck_url_ key. The key is shown once — save it.

Add the connector

  1. Go to claude.ai Settings → Connectors
  2. Click Add custom connector
  3. Paste your Coorda MCP URL (with your key embedded in the path):
Custom connector URL
https://mcp.coordaai.com/api/mcp/ck_url_your_key_here

Leave OAuth Client ID and Secretempty — you don't need them. Click Save.

Claude Desktop syncs automatically
Once connected on claude.ai, the Claude Desktop app picks up the connector automatically. One setup, both platforms.

How it works

Coorda runs a remote MCP server at mcp.coordaai.com. Your key authenticates each request over HTTPS. All 9 Coorda tools (store_context, search_context, claim_task, handoff_task, and more) become available to Claude in every conversation.

About URL-auth keys
URL-auth keys (prefix ck_url_) have a 90-day expiry for safety. When they expire, generate a new one and update the connector URL. For developer/SDK usage, use a ck_live_ key with the X-API-Key header instead.