Install
$ agentstack add mcp-zerocracy-zerocracy-mcp-server ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MCP Server for Zerocracy
[](https://www.rultor.com/p/zerocracy/zerocracy-mcp-server)
[](https://github.com/zerocracy/zerocracy-mcp-server/actions/workflows/make.yml) [](https://codecov.io/gh/zerocracy/zerocracy-mcp-server) [](https://hitsofcode.com/view/github/zerocracy/zerocracy-mcp-server) [](https://github.com/zerocracy/zerocracy-mcp-server/blob/master/LICENSE.txt)
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": ""
}
}
}
}
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
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zerocracy
- Source: zerocracy/zerocracy-mcp-server
- License: MIT
- Homepage: https://www.npmjs.com/package/zerocracy-mcp-server
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.