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-config.json
file
of
{
"mcpServers": {
"zerocracy": {
"command": "npx",
"args": [
"-y",
"zerocracy/zerocracy-mcp-server",
],
"env": {
"ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
}
}
}
}
Then, restart
To test this project, simply run the following commands (you'll need
npm install
make
If everything builds correctly after your changes, submit a pull request.