PluginBench
MCP Server
Active
MIT

ellmos Homebase MCP Server

io.github.ellmos-ai/ellmos-homebase-mcp

What is the ellmos Homebase MCP server?

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

How to install ellmos Homebase

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ellmos-homebase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ellmos-homebase-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ellmos-homebase-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ellmos-homebase-mcp -- npx -y ellmos-homebase-mcp

Related MCP servers

Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.

4
JavaScript
MIT
View repository →

Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.

3
TypeScript
MIT
View repository →

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

2
TypeScript
MIT
View repository →

Headless Blender asset QA over MCP: background script runs and FBX reimport verification.

1
JavaScript
MIT
View repository →

Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.

1
TypeScript
MIT
View repository →

MCP control plane: local server discovery, profiles, capability bundles, and policy audits.

1
TypeScript
MIT
View repository →