Connect via MCP

Add MemoryBriefcase as a memory tool in any AI coding assistant.

Your MCP Endpoint

Streamable HTTPhttps://memorybriefcase.com/mcp
SSE (legacy)https://memorybriefcase.com/mcp/sse

Use the endpoints above when configuring your MCP client.

Your API Token

mb_***...***

No token found. Please log in to see your API token.

Pass this as a Bearer token in the Authorization header when configuring your MCP client.

Client Setup

Add to .cursor/mcp.json

{
  "mcpServers": {
    "memorybriefcase": {
      "url": "https://memorybriefcase.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Available Tools

get_memoryRetrieve all or a specific key from your briefcase
set_memoryStore a value at a dot-notation key (e.g. work.role)
delete_memoryRemove a key from your briefcase
list_memory_keysList all keys in your briefcase
merge_memoryDeep-merge a JSON object into your briefcase
summarize_memoryGet a markdown summary of your briefcase

All tools accept an optional briefcase_id parameter (defaults to "default").

Your AI assistant will automatically read and update your memory context during conversations.