Mcp Server Rabel
@jaspertvdm
About Mcp Server Rabel
Project description
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rabel": {
"command": "python",
"args": [
"-m",
"mcp_server_rabel"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Server Rabel?
Mcp Server Rabel (Recidive Active Brain Environment Layer) is a local-first AI memory server that gives AI assistants persistent memory with semantic search, graph relations, and soft pipelines. Inspired by Mem0 and evolved for HumoticaOS, it runs 100% locally with no cloud, no API keys, and no data leaving the machine.
How to use Mcp Server Rabel?
Install via pip: pip install mcp-server-rabel (basic) or pip install mcp-server-rabel[full] (adds vector search and embeddings). Add to Claude CLI with claude mcp add rabel -- python -m mcp_server_rabel. Tools include rabel_add_memory, rabel_search, rabel_add_relation, rabel_get_guidance, and rabel_next_step.
Key features of Mcp Server Rabel
- 100% local, zero cloud dependencies
- Semantic memory storage and retrieval
- Knowledge graph with entity relations
- Soft pipelines for guided step-by-step tasks
- Bilingual support (Dutch and English)
- Graceful degradation: works without vector search
- SQLite storage with optional sqlite-vec
Use cases of Mcp Server Rabel
- Remember facts about users, team members, or projects
- Semantically search past memories using natural language
- Build and query a knowledge graph of entities and relationships
- Guide AI assistants through multi-step processes with soft pipelines
FAQ from Mcp Server Rabel
What dependencies does Mcp Server Rabel require?
With the basic install, only text storage and LIKE-based search are available. The [full] option adds vector search via sqlite-vec and embeddings via Ollama nomic-embed-text. Ollama must be running locally for semantic search.
Does Mcp Server Rabel work without internet?
Yes. It is designed to work entirely offline. No cloud services, tracking, or API keys are needed.
How does search work without vector embeddings?
Without the [full] extras, text search uses SQL LIKE queries. With embeddings, semantic (vector) search becomes available.
Can I add relations between memories?
Yes. The rabel_add_relation tool stores a subject–predicate–object triple, and rabel_get_relations retrieves them, enabling a knowledge graph.
What languages are supported for soft pipelines?
Soft pipeline guidance is available in both English and Dutch, more languages are planned.
Frequently asked questions
What dependencies does Mcp Server Rabel require?
With the basic install, only text storage and LIKE-based search are available. The `[full]` option adds vector search via sqlite-vec and embeddings via Ollama nomic-embed-text. Ollama must be running locally for semantic search.
Does Mcp Server Rabel work without internet?
Yes. It is designed to work entirely offline. No cloud services, tracking, or API keys are needed.
How does search work without vector embeddings?
Without the `[full]` extras, text search uses SQL `LIKE` queries. With embeddings, semantic (vector) search becomes available.
Can I add relations between memories?
Yes. The `rabel_add_relation` tool stores a subject–predicate–object triple, and `rabel_get_relations` retrieves them, enabling a knowledge graph.
What languages are supported for soft pipelines?
Soft pipeline guidance is available in both English and Dutch, more languages are planned.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments