Your coding agent forgets your codebase every time you close the tab.
You spent 20 minutes explaining your project structure to Claude. Tomorrow, it won't remember any of it. The MCP integration fixes that. One setup, and your coding agent remembers your architecture decisions, coding conventions, bug fixes, and project context across every session.
Works with Claude Desktop, Cline, Cursor, and any MCP-compatible agent.
# Install the Hebbrix MCP Server
cd mcp
./quick_setup.sh
# Add to your Claude Desktop config (claude_desktop_config.json)
{
"mcpServers": {
"hebbrix": {
"command": "python",
"args": ["/path/to/hebbrix/mcp/server.py"],
"env": {
"HEBBRIX_API_KEY": "your_api_key"
}
}
}
}
# Restart Claude Desktop. Done.
# Your coding agent now has persistent memory.What your coding agent can do now
Four MCP tools, each one gives your agent a new superpower it didn't have before.
hebbrix_rememberRemember anything from the conversation
Your agent stores this context. Tomorrow, next week, next month. It's there.
hebbrix_searchSearch across everything it has learned
5-layer search finds the relevant memories even if you phrase it differently than when you stored it.
hebbrix_recallGet context for the current task
No prompting needed. The agent knows what context to pull based on what you're doing.
hebbrix_forgetRemove outdated information
Clean up stale context so your agent doesn't give outdated advice.
A week with memory
What it actually feels like when your coding agent remembers.
You explain your project's auth flow to Claude. It stores the pattern: JWT tokens, refresh rotation, middleware validation.
You ask Claude to add a new protected endpoint. Without you explaining anything, it uses your JWT pattern, adds the middleware, follows your naming conventions.
A bug in the auth flow. Claude remembers the implementation from Monday, knows exactly where to look. Suggests a fix that matches your error handling style.
New sprint, same agent. It remembers the bug fix, the auth pattern, your coding style. Picks up right where you left off. No re-explaining needed.
Give your coding agent a memory
One config file. Five minutes. Your AI assistant will never forget your project again.
