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.1.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.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for agentrecall_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e5dfeb2dfff66ece72f5a3c74c5f93da8d0220b06da85a2c8edce440260304a2
MD5 4604c679dd07c4c97a7141921ed44230
BLAKE2b-256 d3bcc7d0c2d1467922fea0ccb9bc6093f0f3efccfcb4ce5857a9f9c82a7df3f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agentrecall_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3c773cce961b76b985f909c04a091bafc645d6618f078a60937772bd277d18a7
MD5 e134d7f2e3fbb06bcfe06405372c463d
BLAKE2b-256 a3d68125762d0e6d9a084ed27a518654806c83966107dbd488e0e6642d99f656

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