zerocracy
MCP Server for Zerocracy: add it to Claude Desktop and enjoy vibe-management
claude mcp add --transport stdio zerocracy-zerocracy-mcp-server npx -y zerocracy/zerocracy-mcp-server \ --env ZEROCRACY_TOKEN="<YOUR-ZEROCRACY-TOKEN>"
How to use
This MCP server integrates Zerocracy management capabilities into your environment (e.g., Claude Desktop) so that AI assistants can request and reason about project management guidance from Zerocracy. The server acts as an MCP endpoint that exposes Zerocracy-related prompts and advice through the MCP protocol, enabling seamless interaction with compatible clients. By wiring this server with an access token, you can securely relay Zerocracy insights such as project progress, governance structure, and best-practice recommendations to your AI workflows.
To use it, configure your MCP client to connect to the zerocracy MCP server. In your Claude Desktop configuration (or any MCP-enabled client), reference the zerocracy server with the provided npx command and your ZEROCRACY_TOKEN. Once started, you can prompt the AI with questions like: "How is the development of my product progressing? Provide management guidance." The MCP server will fetch Zerocracy data and present management-focused responses through the client, enabling a more informed, governance-oriented AI assistant experience.
How to install
Prerequisites:
- Node.js 18 or newer
- npm (Node Package Manager)
- GNU Make (for building with the provided Makefile)
Installation steps:
- Install dependencies and build the project
npm install
make
- Run the MCP server using npx (as configured in mcp_config)
npx -y zerocracy/zerocracy-mcp-server
- (Optional) Configure Claude Desktop or your MCP client to connect using the provided token:
- Token: <YOUR-ZEROCRACY-TOKEN>
- MCP server reference: zerocracy (as defined in your config)
- Restart the client and begin asking for Zerocracy-guided management advice.
Additional notes
Notes:
- The server requires a ZEROCRACY_TOKEN to authorize requests. Keep this token secret and rotate as needed.
- The MCP server is intended to be used with MCP-compatible clients like Claude Desktop. Ensure your client is configured to load the zerocracy server configuration.
- If you update the package reference (e.g., new version of zerocracy/zerocracy-mcp-server), re-run npm install and make to rebuild.
- The example configuration uses npx. If you prefer a persistent setup, you can install the package locally or host via a container using the same command pattern.
- For troubleshooting, verify network access to the MCP client and ensure the token is correctly set in your environment.
Related MCP Servers
mcp-graphql
Model Context Protocol server for GraphQL
mcp-google-map
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
systemprompt-code-orchestrator
MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration, and dynamic resource discovery. Full TypeScript implementation with Docker support and Cloudflare Tunnel integration.
pluggedin-app
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.
rohlik
MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)
mcp -js
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.