MCP Server for Zerocracy

by zerocracy

9 stars
240 downloads
Not rated
GitHub Website

About

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

Details

Author
zerocracy
GitHub stars
9
Downloads
240
Categories
Other, AI

- Integrates Zerocracy management advice into AI agents.
- Works with Claude Desktop via MCP protocol.
- Uses Zerocracy authentication token.
- Can be combined with GitHub MCP server for extended capabilities.
- Run via npx without explicit installation.
- Open source under MIT license.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server for Zerocracy
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the provided JSON configuration to your Claude Desktop's claude-desktop-config.json, replacing <YOUR-ZEROCRACY-TOKEN> with your token from Zerocracy. Then restart Claude Desktop and ask questions about product development progress and management advice.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server for zerocracy": {
            "zerocracy": {
                "command": "npx",
                "args": [
                    "-y",
                    "zerocracy/zerocracy-mcp-server"
                ],
                "env": {
                    "ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
                }
            }
        }
    }
}

McpServers

{
    "zerocracy": {
        "command": "npx",
        "args": [
            "-y",
            "zerocracy/zerocracy-mcp-server"
        ],
        "env": {
            "ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
        }
    }
}

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

{
  "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
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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.