MCPHub LabRegistryjicaiinc/golemancy
jicaiinc

jicaiinc/golemancy

Built by jicaiinc 52 stars

What is jicaiinc/golemancy?

Golemancy - Command Your AI Golems. Build and orchestrate AI agents from your desktop.

How to use jicaiinc/golemancy?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add jicaiinc/golemancy using the following command: npx @modelcontextprotocol/jicaiinc-golemancy 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/jicaiinc-golemancy --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/jicaiinc-golemancy

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified Standard Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

jicaiinc/golemancy FAQ

Q

Is jicaiinc/golemancy safe?

Yes, jicaiinc/golemancy follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is jicaiinc/golemancy up to date?

jicaiinc/golemancy is currently active in the registry with 52 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for jicaiinc/golemancy?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<p align="center"> <img src="packages/ui/src/assets/logo.png" alt="Golemancy" width="128" height="128"> </p> <h1 align="center">Golemancy</h1> <p align="center"> <strong>Summon an AI Team to Work for You</strong> </p> <p align="center"> <a href="https://github.com/jicaiinc/golemancy/releases/latest"><img alt="Latest Release" src="https://img.shields.io/github/v/release/jicaiinc/golemancy?style=flat-square&color=2D7A4F"></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/jicaiinc/golemancy?style=flat-square&color=2D7A4F&cacheSeconds=1"></a> <a href="https://discord.gg/xksGkxd6SV"><img alt="Discord" src="https://img.shields.io/discord/1476526765848662108?style=flat-square&label=Discord&color=5865F2"></a> <img alt="Platform" src="https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-333?style=flat-square"> </p> <p align="center"> <a href="https://golemancy.ai">Website</a> &middot; <a href="https://discord.gg/xksGkxd6SV">Discord</a> &middot; <a href="https://x.com/golemancyai">Twitter</a> &middot; <a href="https://github.com/jicaiinc/golemancy/releases/latest">Download</a> </p> <p align="center"> English | <a href="README.zh.md">简体中文</a> </p>

Golemancy is a free, open-source desktop app that gives one person the power of a full AI team. Create AI agents for research, writing, translation, data analysis, marketing, and reporting — equip them with tools and skills, and let them work in parallel. All running locally on your machine.

Features

Multi-Agent Orchestration — Summon multiple AI agents in isolated projects. Each agent runs independently with its own context, tools, and mission.

Recursive Sub-Agents — Agents spawn sub-agents with unlimited nesting. One command triggers an entire autonomous workforce, streaming results in real-time.

Teams — Organize agents into structured teams with a visual topology editor. Define leader/member hierarchies, assign roles, and run entire teams in a single conversation.

9+ LLM Providers — Claude, GPT, Gemini, DeepSeek, Groq, Mistral, and more. Switch models per agent. Use the right brain for every task.

MCP Protocol — Native Model Context Protocol support with connection pooling. Plug into the expanding MCP ecosystem out of the box.

Browser Automation — 16 built-in tools and 80+ operations powered by Playwright. Your agents don't just think — they browse, click, and extract.

Skill System — Equip agents with reusable prompt templates. Create, share, and import skill packs like equipping items in an RPG.

Agent Memory — Agents remember what matters. Persistent, agent-scoped memory stored in SQLite — pinned facts always load, others ranked by priority and recency. Full CRUD via built-in memory tools.

Workspace — Built-in file browser and previewer for your project workspace. Navigate, inspect, and reference files without leaving the app.

Voice Input — Speak your prompts. Built-in speech-to-text powered by your preferred provider, with full transcription history.

Cron Scheduling — Set it and forget it. Schedule agents to run on autopilot — daily reports, periodic scraping, recurring workflows.

Local-First Security — Your data never leaves your machine. Loopback-only server, per-session auth tokens, three-tier sandboxed permissions.

Quick Start

Download

Grab the latest release for your platform:

Download Golemancy — available for macOS, Windows, and Linux.

Build from Source

Prerequisites: Node.js (v22+) and pnpm (v10+).

# Clone the repository
git clone https://github.com/jicaiinc/golemancy.git
cd golemancy

# Install dependencies
pnpm install

# Start development
pnpm dev

# Or build for distribution
pnpm dist

Architecture

Golemancy is a monorepo with a clear one-way dependency chain:

apps/desktop/      Electron shell — forks server as child process
packages/ui/       React UI, business logic, Zustand store
packages/server/   Hono HTTP server, SQLite, AI agent runtime
packages/shared/   Pure TypeScript types (zero runtime)
packages/tools/    Browser automation (Playwright-based)
desktop → ui → shared ← server ← tools

The Electron main process forks the server as a child process on a random port. All communication flows over HTTP to localhost with per-session Bearer token auth. Each project gets its own SQLite database.

Tech Stack

LayerTechnology
DesktopElectron
FrontendReact, Tailwind CSS v4, Zustand v5
BackendHono, better-sqlite3, drizzle-orm
AIVercel AI SDK (multi-provider)
ToolsPlaywright, MCP
BuildTurborepo, pnpm workspaces, electron-vite

Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests (pnpm test) and type-check (pnpm lint)
  5. Submit a pull request

For bugs and feature requests, open an issue.

Community

Star History

<a href="https://star-history.com/#jicaiinc/golemancy&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=jicaiinc/golemancy&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=jicaiinc/golemancy&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jicaiinc/golemancy&type=Date" /> </picture> </a>

License

Apache License 2.0


<p align="center"> Built for teams of one.<br> <sub>&copy; 2026 <a href="https://golemancy.ai">Jicai, Inc.</a></sub> </p>

Global Ranking

5.2
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "jicaiinc-golemancy": { "command": "npx", "args": ["jicaiinc-golemancy"] } } }