HomeKnowledge & Memory › agentram-mcp

agentram-mcp

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

TypeScript Cloud
★ 0 stars Last pushed 2026-08-12 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agentram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "AGENTRAM_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTRAM_API_KEY required secret — Your AgentRAM API key, starts with agentram_. Get one free at https://agentram.dev

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry