Install
$ agentstack add mcp-honeycomb-technologies-mitsuro ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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 Used
- ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
An AI workspace for interactive coding, project research, and long-running agent work.
Install · Documentation · Releases · Contributing
What is Mitsuro?
Mitsuro brings conversations, code sessions, and autonomous work into one connected workspace.
- Agent is the interactive experience for coding, questions, and project
work.
- Hive runs durable tasks that can continue in the background and recover
across restarts.
- Your server owns sessions, tools, and project access. Mobile, web,
desktop, terminal, and editor clients connect to the same source of truth.
Mitsuro works with multiple AI providers and keeps provider credentials under your control. Tool permissions remain explicit, and project data is stored by the Mitsuro server rather than split across client-only copies.
Ways to use it
| Surface | Best for | | --- | --- | | iPhone | Conversations, code sessions, Hive runs, reports, and remote tools | | Web | The full Mitsuro workspace in a browser | | Desktop | A native desktop window around the shared web workspace | | Terminal | Interactive work and direct server control | | Editor | Connecting compatible editors through ACP |
Highlights
- Stream conversations and tool activity as work happens.
- Resume saved sessions and recover interrupted work.
- Switch between supported providers and models without changing clients.
- Review approvals, errors, reports, and background runs from the same
workspace.
- Extend the agent with skills, plugins, MCP servers, and local extensions.
- Keep the server self-hosted and connect privately from your other devices.
Install
Download the installer, inspect it if desired, and run it:
curl -fsSLO https://raw.githubusercontent.com/honeycomb-Technologies/Mitsuro/main/install.sh
sh install.sh
The installer verifies the published SHA-256 checksum before installing a release.
Start the terminal app:
krusty
Start the server and web workspace:
krusty serve
Mitsuro is the product name. The installed krusty command remains available for compatibility with existing installations and automation.
Build from source
git clone https://github.com/honeycomb-Technologies/Mitsuro.git
cd Mitsuro
cargo build --release
See [Building and deployment](docs/operations/build-and-deploy.md) for platform requirements and client build instructions.
Repository guide
| Path | Contents | | --- | --- | | [crates/](crates/) | Shared Rust engine, command-line app, and server | | [apps/mobile/](apps/mobile/) | Expo app used by the iPhone and web clients | | [apps/desktop/shell/](apps/desktop/shell/) | Desktop host for the web client | | [packages/](packages/) | Shared TypeScript API, state, and UI packages | | [docs/](docs/README.md) | Stable architecture and contributor documentation |
Development
The repository uses Rust for the core runtime and Expo/React Native for the shared client.
cargo check --workspace
cargo test --workspace
cargo clippy --workspace -- -D warnings
cargo fmt --all
For the mobile and web client:
cd apps/mobile
bun install --frozen-lockfile
npx tsc --noEmit
npx expo export --platform web
Read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request. Detailed engineering guidance lives in [AGENTS.md](AGENTS.md).
Documentation
- [Project overview](docs/architecture/overview.md)
- [Architecture and data flow](docs/architecture/data-flow.md)
- [Mobile app](docs/frontends/mobile-app.md)
- [Hive](docs/interfaces/hive.md)
- [Extensions and integrations](docs/extensions/mcp-and-plugins.md)
- [Build and deployment](docs/operations/build-and-deploy.md)
Project status
Mitsuro is under active development. Some internal package, executable, route, and storage identifiers still use the legacy krusty or mako names so existing installations keep working. Public product language and new links use Mitsuro, Agent, and Hive.
License
Mitsuro is available under the [MIT License](LICENSE).
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: honeycomb-Technologies
- Source: honeycomb-Technologies/Mitsuro
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.