trackmcp
Back to directory
zerocracy

zerocracy-mcp-server

View on GitHub

MCP Server for Zerocracy: add it to Claude Desktop and enjoy vibe-management

7 stars TypeScriptAI & Machine Learning Updated Sep 4, 2025
aimcpmcp-servervibe-managementzerocracy

Documentation

MCP Server for Zerocracy

DevOps By Rultor.com
make
codecov
Hits-of-Code
License

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]):

json
{
  "mcpServers": {
    "zerocracy": {
      "command": "npx",
      "args": [
        "-y",
        "zerocracy/zerocracy-mcp-server",
      ],
      "env": {
        "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):

bash
npm install
make

If everything builds correctly after your changes, submit a pull request.

[MCP]: https://modelcontextprotocol.io/

[Npm]: https://www.npmjs.com/

[Node]: https://nodejs.org/en

[Claude Desktop]: https://claude.ai/download

[Zerocracy]: https://www.zerocracy.com

[GNU make]: https://www.gnu.org/software/make/

[GitHub MCP server]: https://github.com/github/github-mcp-server

Frequently asked questions

What is zerocracy-mcp-server?

zerocracy-mcp-server is MCP Server for Zerocracy: add it to Claude Desktop and enjoy vibe-management

How do I install zerocracy-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is zerocracy-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/zerocracy/zerocracy-mcp-server and has 7 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP