AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Lumi

mcp-ces-ltd-lumi · by CES-Ltd

Unified native desktop UI for Claude Code, Gemini CLI, Hermes, Crush, Codex, and Cursor — multi-agent, MCP-native, written in Rust + GPUI.

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add mcp-ces-ltd-lumi

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-ces-ltd-lumi)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lumi? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Lumi

Native desktop AI agent platform written in Rust. It can run with Claude, Crush, GeminiCLI, HERMES, CURSOR Cargo workspace with a GPUI shell on top, a fleet of lumi-* crates for storage / memory / dispatch / policy / audit / pricing / cron / skills underneath, and per-team Claude Code instances driven over MCP for tool calling.

What it is

The user-facing piece is [lumi-gpui](apps/lumi-gpui/) — a single binary hosting ten task surfaces in a left-rail layout:

  • Chat — lead conversation with streamed assistant text, tool-call bubbles, permission modals, slash commands (/clear, /model, /runtime, /perm, /help), file attachments, @-mention typeahead, and live sub-agent status mirroring.
  • Cowork — skill-tile launcher that primes the composer with a domain-specific prompt.
  • Code — repo browser + diff preview.
  • Creative — ComfyUI supervisor controls (start / stop / restart / open).
  • Memory — Search, Observations, Episodes, Knowledge (table + force-directed canvas), Drafts; with run-now buttons for the capture / consolidate / distil passes and side-by-side team compare.
  • Analytics — per-team turn / token / USD rollups, daily stacked-bar chart, per-Epic table, and an Audit sub-tab with filter pills + substring search.
  • Sprint — five-lane kanban grouped by Epic > Story > Task with collapsible epics and a status-pill click model.
  • Plans — surfaced plan files with an inline "Open in Plans" prompt above the chat.
  • Agents — roster panel for hiring / firing teammates against the active team.
  • Settings — theme, working dir, heartbeat, MCP servers (list + add HTTP), security toggles, governance templates, budgets, memory pipeline knobs, state-git init / commit / remote / push, skills library.

Demo

Short clip (~460 KB): [apps/lumi-gpui/docs/media/demo-short.mov](apps/lumi-gpui/docs/media/demo-short.mov)

Full walkthrough (~16 MB): [apps/lumi-gpui/docs/media/demo-full.mov](apps/lumi-gpui/docs/media/demo-full.mov)

Running it

From the workspace root:

cargo run -p lumi-gpui

Release build:

cargo build -p lumi-gpui --release
./target/release/lumi-gpui

State lives under ~/.lumi-lyra/:

  • teams.json — team registry (default / cowork / creative are system teams; user teams are deletable from the picker).
  • gpui-ui-state.json — last-active tab.
  • memory/ — per-team observations, episodes, KG triples, wiki drafts.
  • audit/ — JSONL audit log read by Analytics → Audit.
  • .git/ (optional) — state versioning, managed from Settings → State sync.

Repo layout

Lumi/
├── apps/
│   └── lumi-gpui/          — desktop binary (GPUI + gpui-component)
├── crates/
│   ├── lumi-audit          — JSONL audit log + reader
│   ├── lumi-auth           — auth & token wiring
│   ├── lumi-bridge         — runtime ↔ UI event bridge
│   ├── lumi-browse         — headless browser tool
│   ├── lumi-core           — engine types
│   ├── lumi-cron           — scheduled tasks
│   ├── lumi-dispatch       — sub-agent dispatch registry
│   ├── lumi-egress         — outbound network policy
│   ├── lumi-mcp            — MCP server scaffolding
│   ├── lumi-memory         — observations / episodes / KG / smart recall
│   ├── lumi-policy         — permission & budget engine
│   ├── lumi-pricing        — provider price tables
│   ├── lumi-providers      — Claude / Anthropic providers
│   ├── lumi-skills         — skill loader (seed + user dirs)
│   ├── lumi-storage        — team / session / sprint JSON storage
│   └── lumi-team           — persona merger
├── resources/seed/         — seed personas, skills, templates
└── docs/                   — design + spec docs

The lead Claude Code instance is launched per-team with an MCP config pointing at in-process servers (memory_server, dispatch_server, persona_server, sprint_server, permission_server, skills_server, browse_server, payload_proxy_server, comfy_server). Memory MCP only mounts when the active team has a working_dir set, and the config is rebuilt at conversation start — switch teams and /clear to pick up newly populated memory tools.

Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.