simplemem

Hermes MCP memory setup

Connect Hermes to simplemem so your agent can use the same memory store as your other AI tools.

Setup steps

  1. Sign in to simplemem and generate an access key.
  2. Open ~/.hermes/config.yaml.
  3. Add simplemem under mcp_servers.
  4. Save the file.
  5. Run hermes mcp test simplemem to verify the connection.

Configuration

mcp_servers:
  simplemem:
    url: "https://simplemem.com/api/mcp"
    headers:
      Authorization: "Bearer YOUR_ACCESS_KEY"

Endpoint

Use https://simplemem.com/api/mcp with Authorization: Bearer YOUR_ACCESS_KEY.