Back to Apps

Ferrex
by vaporif
Local-first persistent memory server with intelligent retrieval and entity resolution.
0 stars
Works in:claude
Exposes:Tools
What it does
Ferrex provides AI agents with a sophisticated long-term memory system. It stores episodic events, semantic facts, and procedural workflows locally, using a hybrid search approach (dense vectors + BM25) and entity resolution to ensure agents remember context accurately across different conversations.
Tools
store: Save a new memory with auto-detected types (episodic, semantic, or procedural).recall: Perform semantic search with hybrid retrieval, reranking, and recency boosting.forget: Delete specific memories by their ID.reflect: Audit memory health to find stale information or contradicting facts.stats: Get a high-level overview of the memory system's state.
Installation
Using uvx:
{
"mcpServers": {
"ferrex": {
"command": "uvx",
"args": ["ferrex"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"ferrex": {
"command": "uvx",
"args": ["ferrex"]
}
}
}





