Skip to main content
MemoryOS MCP lets an agent call MemoryOS as tools instead of importing the SDK directly into the main application process. Use MCP when you want MemoryOS isolated from your core backend, or when your agent runtime already supports the Model Context Protocol. Placeholder: create a MemoryOS API key from the workspace dashboard

Install

For local development from this repository:

Configure

Use a workspace API key from the MemoryOS dashboard.
For local Docker:

Run

Claude Desktop example:

What the agent can call

The MCP server exposes first-class tools for the normal MemoryOS flow:
It also exposes domain and cross-agent tools:
For newly released endpoints, memoryos_api_request provides an allowlisted escape hatch across MemoryOS API paths.

One server for every schema

You do not run separate MCP servers for General, EdTech, and Customer Support. The tool call stays the same:
MemoryOS applies the correct engine based on your workspace setting:

Support agent boundary

For customer support, MCP gives the agent remembered context. Your support platform still provides live tools.
The agent should not claim a refund, invoice, or account change was completed unless your own backend tool actually completed it.