The MentisDB Agent Memory Cookbook

Patterns and recipes for building AI agents that remember

4.5 Hermes (Nous Research)

Hermes has a native memory-provider architecture, so MentisDB can be used either through MCP or as a dedicated provider in deployments that support it.

MCP configuration

mcp_servers:
  mentisdb:
    transport: http
    url: http://127.0.0.1:9471

Recommended practice

Hermes-style delegation works especially well with MentisDB branches: a coordinator can branch memory for risky experiments, then merge only durable outcomes.