Overview
Claude Managed Agents is Anthropic’s hosted platform for running autonomous AI agents. Mengram connects via MCP to give your agents persistent memory across sessions — facts, events, and self-improving workflows.
Setup
1. Get a Mengram API key
Sign up at mengram.io — free tier includes 40 adds and 200 searches per month.
2. Add Mengram to your agent definition
Set permission_policy to always_allow for the MCP toolset. The default (always_ask) requires manual tool confirmation via the API — without it, every memory tool call will time out.
3. Store your API key in a vault
Managed Agents use vaults for secrets. Create a vault, add your Mengram API key as a static_bearer credential, then pass the vault when creating a session:
Once connected, your agent gets 29 memory tools:
Core Memory
Procedural Learning
Context & Profile
Knowledge Graph
Insights
For the complete list of all 29 tools with parameters, see MCP Server.
Example: Support agent
Mengram vs Memory Stores
Managed Agents include built-in Memory Stores (research preview). Here’s how they compare:
Self-hosted
If you’re self-hosting Mengram, point the MCP URL to your instance:
See Self-hosting guide for setup instructions.
Next steps