Install
openclaw skills install openclaw-structured-memoryQordinate is an AI-native platform that gives your OpenClaw agent durable structured memory — documents, contacts, tasks, reminders, web search, and connecte...
openclaw skills install openclaw-structured-memoryQordinate is an AI agent platform that becomes durable, structured memory and productivity infrastructure for your users and agents.
Instead of your OpenClaw agent trying to keep all state in its own scratchpad or a custom DB, it can connect to Qordinate via MCP (Model Context Protocol) and use the Qordinate AI agent to:
The agent talks to Qordinate's AI agent through a single powerful tool — query_agent — using natural language.
| Field | Value |
|---|---|
| Protocol | MCP (Model Context Protocol) — Streamable HTTP |
| MCP Server URL | https://api.qordinate.ai/mcp |
| Auth Method | Bearer token — Authorization: Bearer qk_YOUR_API_KEY |
| API Key Format | Prefixed with qk_ |
Before the agent can connect, the user needs a Qordinate account and an API key:
qk_) to the agentThe API key is shown only once at creation time. The user can set an expiry (1–365 days) or leave it non-expiring.
query_agentQordinate's MCP server exposes one tool — query_agent — which is a natural-language interface to the full Qordinate AI agent. The agent has access to the user's documents, contacts, lists, web search, and all connected apps.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | ✅ | Your question or request for the Qordinate agent |
session_id | string | ❌ | Optional session ID for multi-turn conversations |
session_idsession_id for standalone queriesquery_agentThe query_agent tool invokes the full Qordinate AI agent, which can do everything a user interacting directly with Qordinate can do:
Your OpenClaw agent sends these as the query parameter to query_agent:
Add a new task: Follow up with ACME about the reorder pilot, due next Tuesday 3pm, status todo, notes: important client meeting
Save a new contact: Harpinder Singh, Co-founder at qordinate.ai, building Qordinate
Show me all my open tasks due this week
Search the web for the latest pricing of OpenAI GPT-4o API
Create a new document titled "Meeting Notes - ACME Q1 Review" with the following content: ...
Mark the task "Follow up with ACME" as done
Users can also interact with Qordinate directly on their preferred messaging platform. This is independent of the agent's MCP connection:
Everything the user does on these channels is reflected in the same account the agent accesses via MCP — they share the same data.