Loading MCP server directory, please wait...
Model Context Protocol server for AgentRAM. Persistent memory for AI agents.
npx @getmcp/cli add io.github.seanmarkwei/agentram-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENTRAM_API_KEYYour AgentRAM API key, starts with agentram_. Get one free at https://agentram.dev
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.seanmarkwei/agentram-mcp": {
"command": "npx",
"args": [
"-y",
"agentram-mcp"
],
"env": {
"AGENTRAM_API_KEY": ""
}
}
}
}