seanmarkwei/agentram-mcp

🧠 Knowledge & Memory
0 Views
0 Installs

📇 ☁️ - Persistent memory for AI agents through a simple key-value HTTP API. No vector database or embeddings required. Store, retrieve, search, and share memory across agents with shared namespaces and TTL support. npx -y agentram-mcp

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "seanmarkwei-agentram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seanmarkwei-agentram-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

agentram-mcp

Model Context Protocol server for AgentRAM. Give your AI agents persistent memory in Claude Desktop, Cline, Cursor, and any other MCP-compatible client.

What you get

10 MCP tools that map 1:1 to the AgentRAM REST API.

Personal agent memory

  • store_memory: Write a value under an agent_id + key. Optional ttl_days for auto-expiry.
  • retrieve_memory: Read a memory back by agent_id + key. Refunds the credit on 404.
  • list_memories: List everything stored for an agent, newest first.
  • search_memories: Case-insensitive text search across keys and values. No embeddings needed.
  • delete_memory: Permanently delete a memory.

Shared multi-agent memory

  • create_namespace: Create a shared memory pool that multiple agents can read and write to. Free.
  • store_shared_memory: Write to a shared namespace.
  • retrieve_shared_memory: Read from a shared namespace.
  • list_shared_memories: List everything in a namespace.

Utility

  • check_credits: Show your current account balance. Free, no credit deducted.

Each non-free tool costs 1 credit. Reads and writes are the same price.

Get an API key

Sign up at agentram.dev. You get 1000 free credits on signup. No credit card required.

Install in Claude Desktop

Edit claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add:

{
  "mcpServers": {
    "agentram": {
      "command": "npx",
      "args": ["-y", "agentram-mcp"],
      "env": {
        "AGENTRAM_API_KEY": "agentram_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. The 10 tools will appear in the MCP picker.

Install in Cline (VS Code)

In Cline's MCP settings, add:

{
  "mcpServers": {
    "agentram": {
      "command": "npx",
      "args": ["-y", "agentram-mcp"],
      "env": {
        "AGENTRAM_API_KEY": "agentram_your_key_here"
      }
    }
  }
}

Install in Cursor

In Cursor's MCP settings, add:

{
  "mcpServers": {
    "agentram": {
      "command": "npx",
      "args": ["-y", "agentram-mcp"],
      "env": {
        "AGENTRAM_API_KEY": "agentram_your_key_here"
      }
    }
  }
}

Try it locally before publishing

npm install
npm run build
AGENTRAM_API_KEY=your_key node dist/index.js

Or open the MCP Inspector web UI:

AGENTRAM_API_KEY=your_key npx @modelcontextprotocol/inspector node dist/index.js

The Inspector lets you list tools and invoke each one manually to verify everything works against the real API.

Environment variables

VariableRequiredDescription
AGENTRAM_API_KEYYesYour AgentRAM API key, starts with agentram_
AGENTRAM_API_BASENoOverride the API base URL. Defaults to https://api.agentram.dev

Links

License

MIT

Related MCP Servers

modelcontextprotocol/server-memoryVerified

📇 🏠 - Knowledge graph-based persistent memory system for maintaining context

🧠 Knowledge & Memory2 views
0xshellming/mcp-summarizer

📕 ☁️ - AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content

🧠 Knowledge & Memory0 views
20alexl/claude-engram

🐍 🏠 - Persistent memory and session intelligence for Claude Code. Auto-tracks mistakes, decisions, and context via hooks. Mines session history for patterns and cross-session search. Loop detection, pre-edit warnings, context compaction survival. Runs locally with Ollama.

🧠 Knowledge & Memory0 views
a2cr/a2cr

🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.

🧠 Knowledge & Memory0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.