An open stack for agentic work, grounded in your own knowledge.
Agentic task automation, memory-graph documentation and Q&A, and search across every tool you connect. Any model, open source.
Mewbo is an open stack for putting long running agents to work across enterprise systems, each one bounded, auditable and scoped to the person it runs for. Hosted assistants limit what connects and building past them takes engineering, so operators wait or move that data into an unapproved tool.
Whoever owns lead routing can put enrichment behind a schedule or a webhook. A support manager can stand up a live view over systems they already use without filing a ticket. Engineering gets the same session for a refactor or a migration, and anyone can ask a repository a question instead of reading it.
Permissions resolve ahead of the run rather than call by call, from the roles, teams and workspaces an owner defines. Every model call writes to one trace with token counts, so an audit answers who ran what and a failed step shows up instead of passing as done.
The wiki, the search, the apps and the task runner all run on one harness, so an improvement to the loop reaches all of them.
Also in the box:
- Open agent standards. Agent Skills, agent definitions and MCP servers load exactly as written, so what you already run elsewhere works here unchanged. Marketplaces ship all three.
- Identity and access. Principals, roles, teams, grants and an audit trail, with OIDC, LDAP and SAML behind their own extras. Every agent action lands against a real identity, so an audit can answer who ran what.
- Sandboxed execution. A shell command is an opaque string, so Landlock confines the subprocess itself rather than trusting its arguments. On by default.
- Plan mode and permissions. Approve the plan before anything runs. After that every write and every shell call clears a permission rule or a hook.
- Agent hypervisor. A spawn past the concurrency ceiling comes back rejected rather than queued, so a saturated fleet is visible instead of silent.
- Long-horizon context. Compaction summarises older turns as the budget fills and restores the working set afterwards. Fork any message to replay that branch on a different model.
- Tracing and token accounting. Every model call writes a paired event onto the transcript and the session groups into one trace, with token counts split between the root agent and its children.
- Code intelligence. Language servers are discovered automatically and rerun diagnostics after every edit, so a run sees the same errors your editor would.
- Web IDE. Each session can open its own code-server container, started on demand and reaped when its time to live runs out. Take the files over mid-run without leaving the browser.
- Any provider, every surface. Bring the models you already pay for. The terminal, the console, Android, the REST API, an MCP server, Home Assistant, Nextcloud Talk and email all drive the same session.
See docs.mewbo.com/latest/getting-started to install Mewbo and run a first session.
Full documentation lives at docs.mewbo.com.
| Section | Covers |
|---|---|
| Get Started | Install, configure a model, run a first session. |
| Terminal | The terminal client, its interface, the agent fleet view, remote sync. |
| Web | Console sessions, search and wiki, the Web IDE, panels, widgets. |
| Android | Install, voice, chat and sessions, device tools. |
| Agentic Apps | Building an app, and living with one once it runs. |
| API | Building a client, structured outputs, automation, triggers, REST reference. |
| Client Integrations | MCP server, Home Assistant, email, Nextcloud Talk. |
| Knowledge & Discovery | Agentic Wiki and Agentic Search. |
| Capabilities | Built-in tools, worktrees, code intelligence, sub-agents, skills, plugins, plan mode, permissions, compaction. |
| Deploy | Docker Compose, storage backends, production setup, observability. |
| Configure | Model setup, project setup, identity providers, configuration reference. |
| Develop | Architecture, session runtime, Python reference. |
| Troubleshooting | Symptom to cause to fix for common failures. |
| Releases | Release notes and upgrade history. |
Bugs and feature requests on the issue tracker. For the architecture and the engineering rules a change is held to, see the architecture overview and CLAUDE.md.
MIT Β© Krishnakanth Alagiri.






