Zerocracy MCP Server
OfficialEnables workflow automation for Zerocracy through GitHub, with support for project management actions on GitHub repositories
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zerocracy MCP Serverhow is my project progressing and what management advice do you have?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for Zerocracy
If you let Zerocracy help manage your product development,
you may also enjoy integrating its management advice into your
AI agent. For example, Claude Desktop becomes smarter when connected
to Zerocracy via this MCP server.
Add the following configuration to the claude-desktop-config.json file
of Claude Desktop (you can get the token from Zerocracy):
{
"mcpServers": {
"zerocracy": {
"command": "npx",
"args": [
"-y",
"zerocracy/zerocracy-mcp-server",
],
"env": {
"ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
}
}
}
}Then, restart Claude Desktop and ask it something along these lines: "How is the development of my product progressing? Give me management advice." If you add the GitHub MCP server too, you can truly enjoy AI-driven vibe-management.
How to Contribute
To test this project, simply run the following commands (you'll need Node 18+, Npm, and GNU make installed):
npm install
makeIf everything builds correctly after your changes, submit a pull request.
This server cannot be deployed
Maintenance
Related MCP Connectors
Zotero MCP server for Claude and ChatGPT: search, citations, safe writes, PDF passages and pages.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.107MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.1-
- AlicenseNot gradedqualityDmaintenanceA work management MCP server for Claude Code that integrates with Jira Cloud to handle sprints, tickets, and project tracking via natural language.80MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating Kaiten API with Claude Desktop, enabling management of cards, comments, spaces, and boards with advanced features like verbosity control, response format selection, and auto-truncation.1031MIT