mcpbeat Sign in

ellmos Homebase MCP Server

local only

ellmos Homebase runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 16 Sep 2026.

Local-first LLM orchestration: memory, knowledge, state, routing, swarm, API discovery, plugins.

Installs per day peak 366 · avg 39 · +7% w/w
a month agotoday
112
Installs / week
npm · ellmos-homebase-mcp
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] bin/ellmos-homebase.js:24, bin/ellmos-homebase.js:26
const child = spawn(python, ["-m", "homebase.server"], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ellmos-homebase-mcp -- npx -y ellmos-homebase-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ellmos-homebase-mcp]
command = "npx"
args = ["-y", "ellmos-homebase-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ellmos Homebase

same job, measured the same way
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
Defi Orchestrator
by lordbasilaiassistant-sudo

Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM

33 installs/wk local only
ComfyUI Builder
by mit9

ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.

106 installs/wk local only
LLM Orchestration Agent Opentelemetry Instrumentation Fastapi
by getvda

LLM Orchestration Agent (Opentelemetry Instrumentation Fastapi)

2 tools answering
LLM Orchestration Agent Opentelemetry API
by getvda

LLM Orchestration Agent (Opentelemetry Api)

2 tools answering
Fusionpact Vectordb
by atul-fusionpact

Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.

33 installs/wk local only
pAIchart MCP Hub
by paichart

MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

answering
Orchex
by wundam

Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.

122 installs/wk local only

ellmos Homebase — questions

Answers built from our own checks of this server.

Why is there no uptime for ellmos Homebase?
ellmos Homebase runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ellmos-homebase-mcp was installed 112 times last week.
How do I connect ellmos Homebase?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ellmos-homebase-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ellmos Homebase?
The npm package ellmos-homebase-mcp was installed 112 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ellmos Homebase open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.