Codex supports MCP servers through its config file, so adding AgentRAM's memory is a few lines of TOML. Your agent then stores and recalls named memory across sessions.
In one line: Register AgentRAM's MCP server in Codex and your agent gains persistent store and recall tools.
Named, persistent memory across Codex sessions, shared memory for multi-agent workflows, and no vector database to run. Memory becomes tools your agent calls directly. The concepts are covered in the MCP integration overview.
node -v).Codex reads MCP servers from its config file (~/.codex/config.toml). Add an entry:
[mcp_servers.agentram]
command = "npx"
args = ["-y", "agentram-mcp"]
env = { AGENTRAM_API_KEY = "agentram_your_key_here" }Config location and format follow Codex's MCP support. If it differs in your version, check the Codex docs. The command and env var are the same.
Start a Codex session and try it:
Store the staging URL as "https://staging.example.com" under the key staging_url.Later, in a new session:
Recall staging_url from AgentRAM.config.toml, and confirm the TOML is valid.AGENTRAM_API_KEY value in the config starts with agentram_.node -v.AgentRAM is a simple memory API for AI agents. One call to store, one to recall, shared across agents, no vector database. Store your first memory in about a minute.
Get your API key1,000 free operations. No credit card.
© 2026 AgentRAM. All rights reserved.