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-1.0.0.tar.gz (5.6 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-1.0.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agentrecall_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b52a4ad2d803f824e851801377e2ab6256efb38326cd5e4d71fded9b22f5019d
MD5 a8cc49858ba99afb04daec7f8e7ea020
BLAKE2b-256 e8ca2b5c7132564a410becafff910fbdc4c24c2b60776d6261f4f9f7a252cc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agentrecall_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d27da6d7668206bc535eddfe2c6249252234360e3632521f65a4db8f01b01ed
MD5 f1f5141c4bb767a38215db4581b5cb90
BLAKE2b-256 9b7b140d05e6b88769346fc77b2f56f7843d1e3c07ab2e92644cffc4e7f83fd9

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