MCP server for AI agents

CogniMemo speaks the Model Context Protocol, so agents like Claude, Cursor, and Windsurf can retain and recall memories with no SDK.

Endpoints

Connect in one step

Connect Claude Desktop, Cursor, or Windsurf — no SDK required.

Managed cloud

https://api.cognimemo.com/mcp

App proxy

https://app.cognimemo.com/api/mcp

Self-hosted

http://localhost:8787/mcp

Setup

Connect Claude or Cursor

  1. Create an API key in app.cognimemo.com → Connect → API Keys
  2. Enable the mcp scope on the key
  3. Add the MCP server URL to your agent config
  4. Start retaining and recalling from your IDE
{
  "mcpServers": {
    "cognimemo": {
      "url": "https://api.cognimemo.com/mcp",
      "headers": {
        "Authorization": "Bearer cmk_live_…"
      }
    }
  }
}

Tools

Read-only and write tools

Read-only tools (recall, reflect, list_*, get_*) are marked readOnlyHint; deletes are marked destructiveHint.

worldexperienceobservationprocedurereasoningpreferencecorrectionprofile