Skip to main content

MCP server for AgentRecall — persistent memory for AI agents

Project description

AgentRecall MCP Server

MCP server that gives your AI agents persistent memory. Works with Claude Code, Hermes Agent, OpenClaw, and any MCP-compatible client.

Quick Start

# Install
pip install agentrecall-mcp

# Run (cloud mode)
AGENTRECALL_API_KEY=ark_your_key agentrecall-mcp

Setup by Client

Claude Code

claude mcp add --transport stdio --scope user \
  --env AGENTRECALL_API_KEY=ark_YOUR_KEY_HERE \
  --env AGENTRECALL_AGENT_ID=claude-code \
  agentrecall -- agentrecall-mcp

OpenClaw

openclaw mcp set agentrecall '{"command":"agentrecall-mcp","env":{"AGENTRECALL_API_KEY":"ark_YOUR_KEY_HERE","AGENTRECALL_AGENT_ID":"openclaw"}}'

Hermes Agent

Add to ~/.hermes/config.yaml:

mcp_servers:
  agentrecall:
    command: "agentrecall-mcp"
    env:
      AGENTRECALL_API_KEY: "ark_YOUR_KEY_HERE"
      AGENTRECALL_AGENT_ID: "hermes-agent"

Then restart: hermes gateway restart

Any MCP Client

The server uses stdio transport. Point your MCP client to:

AGENTRECALL_API_KEY=ark_YOUR_KEY agentrecall-mcp

Configuration

Environment Variable Default Description
AGENTRECALL_API_KEY Your AgentRecall API key (required)
AGENTRECALL_API_URL https://api.agentrecall.cloud/v1 API endpoint
AGENTRECALL_AGENT_ID default Default agent identifier

Available Tools

Tool Description
store_memory Store a memory (auto-classified by AI)
search_memories Semantic search across memories
get_memory Get a memory by ID
update_memory Update memory content
delete_memory Delete a memory
list_memories List memories for an agent
count_memories Count memories
traverse_graph Traverse the knowledge graph
get_graph_stats Get graph statistics
find_graph_path Find path between two entities
get_graph_context Get graph context for a query
list_agents List all agents
create_agent Create a new agent

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentrecall_mcp-2.0.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentrecall_mcp-2.0.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file agentrecall_mcp-2.0.0.tar.gz.

File metadata

  • Download URL: agentrecall_mcp-2.0.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for agentrecall_mcp-2.0.0.tar.gz
Algorithm Hash digest
SHA256 ec6a972f877b45b2bae537dd48c6ba26d9c6d1f1f4265b3e98e500a6460e2c45
MD5 84d67dff04412e93eb99c98d8a182d9c
BLAKE2b-256 febbb89ff2f2953722bae63b43cd824ba853ce0d8b97ec21e9419c1a861477d8

See more details on using hashes here.

File details

Details for the file agentrecall_mcp-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agentrecall_mcp-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a3856b59239479ffda23cb97ca0d6a02c4e84ba6ced51e5693825dbf0a0efa40
MD5 6abf346da8dbeb7ff1bee998946f4a79
BLAKE2b-256 616737f89604040e7c577db33f17e50fb6d14fea5dbaf38ae9516b0ff88e2762

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page