Local-first LLM orchestration: memory, knowledge, state, routing, swarm, API discovery, plugins.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Alpha MCP server for local-first LLM orchestration: memory, knowledge, routing, swarm patterns, API probing, persistent state, tests, automation planning, and plugin discovery in one stdio server.
Homebase is designed primarily for local LLMs (Ollama, Qwen, Llama, or any locally-hosted model via a MCP-capable harness). All persistent storage uses SQLite with no cloud dependency. External LLM providers (Claude, Codex, Gemini, OpenAI) can also connect as MCP clients, but local, offline-capable setups are the primary target.
German README: README_de.md
Part of the ellmos-ai family.
Discoverability: Published on npm as ellmos-homebase-mcp and maintained in the ellmos-ai organization.
[!NOTE] For AI Assistants & LLM Agents: Machine-readable architecture summary, index, and tool capabilities are published in llms.txt. MCP registry metadata is available in server.json.
| Capability / Invariant | Guarantee | Technical Implementation |
|---|---|---|
| 100% Local-First & Zero-Egress | Complete privacy and offline operation; no unexpected cloud communication or telemetry. | All persistent memory, knowledge, and state are saved in local SQLite (~/.homebase/). |
| Strict Engine Seams & Fail-Closed | No silent fallback into disconnected databases when requesting canonical systems. | MODE-CONTRACT.md enforcement: raises CanonicalEngineUnavailable if target is unreachable. |
Team-Memory Provenance (agent_id) | Deterministic audit trail and filterable ownership for multi-agent workflows. | Native agent_id tracking across memory facts, knowledge entries, and task state. |
| Credential-Free Discovery & Planning | Zero secret exposure during local routing recommendations and API probing. | hb_route_*, hb_swarm_*, and hb_api_* run without transmitting API keys or private tokens. |
| Safe Plan-and-Queue Adapters | Safe queueing and chain staging without arbitrary remote code execution. | hb_conn_* and hb_auto_* maintain plan-only queues and offline staging records. |
| Full Native i18n Localization | Seamless multilingual developer and agent interaction. | Localized tool descriptions and JSON schemas for en, de, es, zh, ja, ru. |
| Non-Elevation & Secret Hygiene | Unprivileged execution and strict credential exclusion from distribution. | Non-root compatibility; live configs/secrets ignored in .gitignore and .npmignore. |
| Multi-OS CI Smoke Integrity | Verified cross-platform reliability on all major operating systems. | Multi-version CI matrix covering Python 3.10β3.13 and Node.js 20β24 on Linux/Windows/macOS. |
| Need | Entry point |
|---|---|
| Install the alpha MCP server | npm install -g ellmos-homebase-mcp@alpha |
| Run from a source checkout | python -m homebase.server with PYTHONPATH=src |
| Configure a local LLM harness, Claude Code, Codex, or any MCP client | MCP Client Configuration |
| Inspect the machine-readable project summary | llms.txt |
| Check registry metadata | server.json |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ellmos-homebase)<a href="https://allmcps.com/mcp/ellmos-homebase"><img src="https://allmcps.com/api/badge/ellmos-homebase?style=directory" alt="Ellmos Homebase on AllMCPs" /></a>