sequenceDiagram
participant OC as OpenClaw_Agent
participant FM as FastMemory_MCP
participant KB as Neo4j_Knowledge_Graph
OC->>FM: query_memory(intent="user_request")
FM->>KB: Cypher(MATCH nodes-edges)
KB-->>FM: CBFDAE_SubGraph
FM-->>OC: Structured_Context(ATFs)
OC->>OC: Reason + Act
- Expose FastMemory: Run
fastmemory mcpto start the Model Context Protocol server. - Plugin Configuration: Add the FastMemory MCP endpoint to OpenClaw's
config.yaml. - Context Injection: OpenClaw uses the
get_blocktool to retrieve domain-specific logic before executing tasks.