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

Hivemind

mcp-hivemind-os-hivemind · by hivemind-os

Privacy-first desktop AI agent. Runs on your machine, with the models, personas, workflows, and tools you choose.

— No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add mcp-hivemind-os-hivemind

✓ 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-hivemind-os-hivemind)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● yesterday

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 Hivemind? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HiveMind OS

Your AI agent. Your machine. Your rules.

Documentation | Download | Quickstart | Installation | Plugin Development


HiveMind OS is a privacy-first desktop AI agent and automation platform. It runs on your machine, connects to the models and tools you choose, and helps you build reusable personas, workflows, and background bots without handing over all of your data to a hosted SaaS.

If you want to use HiveMind OS, start with the hosted docs at hivemind-os.io. If you want to build or contribute, this repository contains the Rust workspace, desktop app, CLI, SDK packages, and documentation source.

Why HiveMind OS

  • Local-first - keep conversations, automations, and knowledge close to your machine
  • Privacy-aware - data classification and outbound channel rules help prevent accidental leaks
  • Model-flexible - use OpenAI, Anthropic, GitHub Copilot, Ollama, Azure, OpenRouter, and local runtimes
  • Automation-ready - create personas, workflows, bots, scheduled jobs, and MCP-powered toolchains
  • Extensible - add custom tools and plugins without rewriting the core app

Documentation

The repo contains the docs source in docs-site/, but the best entry point is the hosted site:

| Need | Link | |---|---| | Docs home | hivemind-os.io | | Installation | Installation Guide | | First setup | Quickstart | | Core concepts | How It Works | | Personas and workflows | Guides | | Plugin authors | Plugin Development Docs |

What's in this repo

| Path | Purpose | |---|---| | apps/hivemind-desktop/ | Tauri + SolidJS desktop application | | crates/ | Rust workspace for the daemon, API, CLI, models, tools, memory, and agent runtime | | packages/plugin-sdk/ | TypeScript SDK for HiveMind plugins | | packages/plugin-registry/ | Published plugin catalog metadata | | docs-site/ | VitePress source for the hosted documentation site | | tests/ | Workspace-level integration and support tests |

Developer quick start

Prerequisites

Build and run

# Build the Rust workspace
cargo build --workspace

# Run the workspace tests
cargo test --workspace

# Build the desktop frontend
cd apps/hivemind-desktop
npm install
npm run build

Common dev commands

# Run the desktop app in development mode
cargo tauri dev

# Run the daemon directly
cargo run -p hive-daemon

# Explore the CLI
cargo run -p hive-cli -- --help

Architecture at a glance

HiveMind OS is organized around a local daemon with multiple clients and extension points:

  • Desktop app for interactive chat, setup, workflows, and model management
  • Rust services for orchestration, security policies, model routing, MCP, scheduling, and knowledge storage
  • CLI and API for automation and operational control
  • Plugin and MCP layers for connecting outside tools and services

License

MIT - see [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.

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.