
OpenClaw Cortex
Supports UIby ajitpratap0
Persistent, semantically searchable graph-based memory layer for AI agents.
What it does
OpenClaw Cortex provides a self-hosted memory layer that captures structured memories from conversations and stores them in Memgraph. It uses a 9-factor ranked recall engine to retrieve relevant context for AI agents across sessions and projects.
Tools
remember: Store a single memory with specified type and scope.recall: Retrieve relevant memories within a specific token budget.forget: Invalidate specific memories by ID.search: Perform raw vector similarity search.stats: Get memory statistics and service health.list_entities: List extracted entities and their relationships.query_facts: Query specific relationship facts from the graph.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"openclaw-cortex": {
"command": "openclaw-cortex",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
Quick install
curl -fsSL https://raw.githubusercontent.com/ajitpratap0/openclaw-cortex/main/scripts/install.sh | bashInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






