MarkDB

MCP integration

Expose your agent's memory to MCP-aware clients.

MarkDB ships a Model Context Protocol (MCP) server so any MCP-aware client can recall and search your agent's memory without custom glue.

Endpoint

https://mcp.markdb.cloud

Authenticate with your mk_live_... key, the same as the proxy.

What it exposes

The MCP server provides read tools over your memory, including:

  • recall - fetch recent or relevant context for the current chat.
  • search - hybrid search across summaries and turns.
  • detail - pull the full content of a specific page or event.

Use it

Add MarkDB as an MCP server in any compatible client (for example, Cursor's MCP settings or the Claude Code MCP configuration), pointing at https://mcp.markdb.cloud with your key. Your agent can then look up what it did before, mid-task.