freshcrate
Skin:/
Home > MCP Servers > zenii

zenii

Your machine's AI brain. One 20MB binary gives every tool, script, and cron job shared AI memory + 114 API routes. Desktop app, CLI, Telegram — all connected. Rust-powered.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

Your machine's AI brain. One 20MB binary gives every tool, script, and cron job shared AI memory + 114 API routes. Desktop app, CLI, Telegram — all connected. Rust-powered.

README

Zenii (zen-ee-eye)

Zenii demo

One local AI backend for your scripts, tools, and agents.

Zenii runs a daemon on http://localhost:18981 so your desktop app, CLI, TUI, scripts, and MCP clients all use the same memory, tools, model providers, and permissions.

Latest release CI MIT license PRs welcomeZenii is for developers who want AI to behave like infrastructure instead of a browser tab. Run one local service. Call it from curl, scripts, cron jobs, or an MCP client. Use the same backend from the native desktop app, CLI, or TUI.

curl -fsSL https://raw.githubusercontent.com/sprklai/zenii/main/install.sh | bash
zenii-daemon &

# Store something once
curl -s -X POST http://localhost:18981/memory \
  -H "Content-Type: application/json" \
  -d '{"key":"deploy","content":"Production database is on port 5434"}' >/dev/null

# Ask through chat later
curl -s -X POST http://localhost:18981/chat \
  -H "Content-Type: application/json" \
  -d '{"session_id":"ops","prompt":"What port is the production database on?"}' | jq -r '.response'

That is the core value: write state once, use it from anywhere that talks to Zenii.

What Zenii Is

  • A local daemon with a REST and WebSocket API at localhost:18981
  • A shared AI backend for the desktop app, CLI, TUI, scripts, and MCP clients
  • Persistent memory, provider routing, and tool execution in one local service
  • A native Rust/Tauri stack instead of an Electron wrapper

Good Fit

  • Local automations that need shared memory across scripts, bots, and tools
  • Developer tooling that wants one AI backend behind HTTP or MCP
  • Self-hosted workflows where privacy and local control matter
  • Projects that want a desktop UI and a scriptable backend without maintaining both separately

Current Product Boundaries

  • Zenii is not a hosted SaaS product
  • Zenii is not a drop-in OpenAI-compatible server today
  • Mobile is planned, but not shipped in this repository

What Ships Today

  • zenii-daemon: local API server
  • zenii: CLI client
  • zenii-tui: terminal UI
  • zenii-desktop: Tauri desktop app
  • zenii-mcp-server: MCP server for Claude Code, Cursor, and similar clients
  • 19 tools total (16 base + 3 feature-gated: channels, scheduler, workflows)
  • 133 total API routes: 105 base routes and 28 feature-gated routes
  • LLM wiki with binary document ingestion (PDF, DOCX, PPTX, XLSX, images via MarkItDown)
  • MIT license

Install

Use the install script on Linux or macOS:

curl -fsSL https://raw.githubusercontent.com/sprklai/zenii/main/install.sh | bash
zenii-daemon &

Or download platform binaries and desktop packages from GitHub Releases.

Full platform notes, package names, and source builds:

Interfaces

Surface Best for
zenii-daemon Local API server for scripts, automations, and services
zenii Quick prompts, shell pipelines, and terminal workflows
zenii-tui Terminal-native interactive use
zenii-desktop Native desktop UI on top of the same backend
zenii-mcp-server Exposing Zenii tools to external coding agents

MCP Example

Add Zenii to .mcp.json:

{
  "mcpServers": {
    "zenii": {
      "command": "zenii-mcp-server",
      "args": ["--transport", "stdio"]
    }
  }
}

More integration detail lives in AGENT.md.

Docs

Contributing

Small documentation fixes, typo fixes, tests, and focused bug fixes can go straight to a PR. Larger feature work should start with CONTRIBUTING.md.

If Zenii is useful to you, star the repo: https://github.com/sprklai/zenii

License

MIT

Release History

VersionChangesUrgencyDate
app-v0.2.6See assets below to download and install. ## What's Changed * chore(deps): bump httpmock from 0.7.0 to 0.8.3 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/73 **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.2.5...app-v0.2.6High6/3/2026
app-v0.2.5See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.2.4...app-v0.2.5High5/24/2026
app-v0.2.3See assets below to download and install. ## What's Changed * chore(deps): bump openssl from 0.10.79 to 0.10.80 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/68 * chore(deps): bump tauri from 2.11.1 to 2.11.2 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/69 * chore(deps): bump dashmap from 6.1.0 to 6.2.1 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/70 * chore(deps): bump tauri-build from 2.6.1 to 2.6.2 by @dependabot[bot] in https://github.com/sprklHigh5/22/2026
app-v0.2.2See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.2.1...app-v0.2.2High5/15/2026
app-v0.2.1See assets below to download and install. ## What's Changed * chore(deps): bump clap_complete from 4.6.3 to 4.6.4 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/67 * chore(deps): bump tokio from 1.52.2 to 1.52.3 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/66 **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.2.0...app-v0.2.1High5/15/2026
app-v0.2.0See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.24...app-v0.2.0High5/8/2026
app-v0.1.24See assets below to download and install. ## What's Changed * chore(deps): bump openssl from 0.10.78 to 0.10.79 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/65 * chore(deps): bump rig-core from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/64 * chore(deps): bump diffy from 0.4.2 to 0.5.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/63 * chore(deps): bump lru from 0.17.0 to 0.18.0 by @dependabot[bot] in https://github.com/sprklai/zeHigh5/5/2026
app-v0.1.21See assets below to download and install. ## What's Changed * chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/55 * chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/56 * chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/57 * chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in hHigh4/28/2026
app-v0.1.13See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.12...app-v0.1.13High4/25/2026
app-v0.1.12See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.11...app-v0.1.12High4/16/2026
app-v0.1.11See assets below to download and install. ## What's Changed * chore(deps): bump rustls from 0.23.37 to 0.23.38 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/54 * chore(deps): bump openssl from 0.10.76 to 0.10.77 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/53 * chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/50 **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.10...app-v0.High4/14/2026
app-v0.1.10See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.9...app-v0.1.10Medium4/12/2026
app-v0.1.9## What's New ### MCP Server (Model Context Protocol) Zenii now ships a standalone `zenii-mcp-server` binary that exposes all registered tools to **Claude Code, Cursor, Windsurf**, and any MCP-compatible client via stdio transport. **Quick setup for Claude Code** — add to `.mcp.json`: ```json { "mcpServers": { "zenii": { "command": "zenii-mcp-server", "args": ["--transport", "stdio"] } } } ``` ### AGENT.md — AI Agent Integration Guide New `AGENT.md` documents how anHigh4/2/2026
app-v0.1.8See assets below to download and install. ## What's Changed * chore(deps): bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/39 * chore(deps): bump cron from 0.15.0 to 0.16.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/40 * chore(deps-dev): bump @lucide/svelte from 0.577.0 to 1.7.0 in /web by @dependabot[bot] in https://github.com/sprklai/zenii/pull/41 * chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /web by @dependabot[bot] iMedium3/31/2026
app-v0.1.7See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.6...app-v0.1.7Medium3/31/2026
app-v0.1.6See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.5...app-v0.1.6Medium3/29/2026
app-v0.1.5See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.4...app-v0.1.5Medium3/28/2026
app-v0.1.4See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.3...app-v0.1.4Medium3/24/2026
app-v0.1.3See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.2...app-v0.1.3Medium3/24/2026
app-v0.1.2See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.1...app-v0.1.2Medium3/24/2026
app-v0.1.1See assets below to download and install. ## What's Changed * chore(deps): bump rig-core from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/35 * chore(deps): bump petgraph from 0.7.1 to 0.8.3 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/38 **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.1.0...app-v0.1.1Medium3/23/2026
app-v0.1.0See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.46...app-v0.1.0Medium3/23/2026
app-v0.0.46See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.45...app-v0.0.46Low3/22/2026
app-v0.0.45See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.44...app-v0.0.45Low3/22/2026
app-v0.0.44See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.43...app-v0.0.44Low3/22/2026
app-v0.0.43See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.42...app-v0.0.43Low3/21/2026
app-v0.0.42See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.41...app-v0.0.42Low3/21/2026
app-v0.0.41See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.40...app-v0.0.41Low3/21/2026
app-v0.0.40See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.39...app-v0.0.40Low3/21/2026
app-v0.0.39See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.38...app-v0.0.39Low3/21/2026
app-v0.0.38See assets below to download and install. **Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.37...app-v0.0.38Low3/21/2026
app-v0.0.37**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.36...app-v0.0.37Low3/21/2026
app-v0.0.36**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.35...app-v0.0.36Low3/21/2026
app-v0.0.35**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.34...app-v0.0.35Low3/21/2026
app-v0.0.34**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.33...app-v0.0.34Low3/21/2026
app-v0.0.33**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.32...app-v0.0.33Low3/20/2026
app-v0.0.32**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.31...app-v0.0.32Low3/20/2026
app-v0.0.31**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.30...app-v0.0.31Low3/20/2026
app-v0.0.30**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.29...app-v0.0.30Low3/20/2026
app-v0.0.29**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.28...app-v0.0.29Low3/19/2026
app-v0.0.28**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.27...app-v0.0.28Low3/19/2026
app-v0.0.27**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.26...app-v0.0.27Low3/19/2026
app-v0.0.26**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.25...app-v0.0.26Low3/18/2026
app-v0.0.25**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.24...app-v0.0.25Low3/18/2026
app-v0.0.24**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.23...app-v0.0.24Low3/17/2026
app-v0.0.23## What's Changed * chore(deps): Bump pulldown-cmark from 0.12.2 to 0.13.1 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/10 * chore(deps): Bump ratatui from 0.29.0 to 0.30.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/11 * chore(deps): Bump dialoguer from 0.11.0 to 0.12.0 by @dependabot[bot] in https://github.com/sprklai/zenii/pull/12 * chore(deps-dev): Bump @sveltejs/vite-plugin-svelte from 6.2.4 to 7.0.0 in /web by @dependabot[bot] in https://github.com/sprklai/Low3/17/2026
app-v0.0.21**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.20...app-v0.0.21Low3/15/2026
app-v0.0.20**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.19...app-v0.0.20Low3/15/2026
app-v0.0.19**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.18...app-v0.0.19Low3/14/2026
app-v0.0.18**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.17...app-v0.0.18Low3/14/2026
app-v0.0.17**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.16...app-v0.0.17Low3/13/2026
app-v0.0.16**Full Changelog**: https://github.com/sprklai/zenii/compare/app-v0.0.15...app-v0.0.16Low3/13/2026
app-v0.0.15**Full Changelog**: https://github.com/sprklai/mesoclaw/compare/app-v0.0.14...app-v0.0.15Low3/13/2026
app-v0.0.14**Full Changelog**: https://github.com/sprklai/mesoclaw/compare/app-v0.0.12...app-v0.0.14Low3/12/2026
app-v0.0.12**Full Changelog**: https://github.com/sprklai/mesoclaw/compare/app-v0.0.11...app-v0.0.12Low3/11/2026
app-v0.0.11**Full Changelog**: https://github.com/sprklai/mesoclaw/compare/app-v0.0.10...app-v0.0.11Low3/11/2026
app-v0.0.10**Full Changelog**: https://github.com/sprklai/mesoclaw/compare/app-v0.0.7...app-v0.0.10Low3/10/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

sofos-codeAI coding agent for your terminal, implemented in pure Rustv0.4.3
openyak开源牛子 Rust-first local coding-agent CLI with a local /v1/threads server, plugins/skills, and Python/TypeScript SDK alphas.main@2026-04-11
claude-copilotTransform Claude Code into a full development team. 11 specialized agents (Architect, Engineer, QA, Security, UX, DevOps, and more), persistent memory across sessions, and 25,000+ on-demand skills. Wov5.15.2
pitlane-mcpToken-efficient navigation substrate for AI coding agents. Index code once and retrieve only the symbols you need.v0.13.0
meerkatMeerkat - A modular, high-performance agent harness built in Rust.v0.8.33

More in MCP Servers

difyProduction-ready platform for agentic workflow development.
tabularisA lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.
ai-agents-from-zero 🚀 2026 最系统的 AI Agent 速成指南|智能体实战教程 · 完整学习路径 + 实战项目 + 面试题库 · 对标大模型应用开发工程师岗位 · 覆盖LangChain / LangGraph / Coze / Dify / MCP / skills / LLM / RAG / 提示词 · 企业级部署与微调 · 从0到企业级落地 + 从学习到上线项目 + 面试准备一体化
studioOpen-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar