Hebbrix MCP server — long-term memory and knowledge graph for any MCP-compatible agent (Claude Desktop, Cline, Cursor, Continue)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hebbrix-mcp": {
"command": "uvx",
"args": [
"hebbrix-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hebbrix-mcp uvx hebbrix-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hebbrix-mcp": {
"command": "uvx",
"args": [
"hebbrix-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install hebbrix-mcp
README Excerpt
<!-- mcp-name: io.github.Hebbrix/hebbrix-mcp --> A Model Context Protocol server that gives any AI agent long-term memory and a temporal knowledge graph, backed by [Hebbrix](https://www.hebbrix.com). Your agent forgets everything when the session ends. This fixes that, and goes further than a plain memory store:
Tools (20)
HEBBRIX_API_BASE HEBBRIX_API_KEY HEBBRIX_COLLECTION_ID HEBBRIX_CONFIG HEBBRIX_MCP_HOST HEBBRIX_MCP_MULTI_TENANT HEBBRIX_MCP_PORT hebbrix_account_status hebbrix_confidence hebbrix_contradictions hebbrix_entity_timeline hebbrix_forget hebbrix_get hebbrix_graph_query hebbrix_history hebbrix_list hebbrix_list_collections hebbrix_log_decision hebbrix_remember hebbrix_search
Topics
ai-agents claude knowledge-graph long-term-memory mcp memory model-context-protocol