- Home
- MCP servers
- Zerocracy
Zerocracy
- typescript
9
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"zerocracy-zerocracy-mcp-server": {
"command": "npx",
"args": [
"-y",
"zerocracy/zerocracy-mcp-server"
],
"env": {
"ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
}
}
}
}This MCP server lets you connect Zerocracy’s management advice to your AI agent or workflows, enabling automated guidance and actionable insights as you develop your product. It integrates with clients like Claude Desktop to provide context-aware management suggestions.
How to use
You can connect a client that supports MCP to the Zerocracy MCP server to receive management guidance. Configure your client with the MCP server entry, then restart the client to enable live advice. If you also enable additional MCP sources, you can enhance the AI-driven vibe-management across your tooling.
How to install
Prerequisites: you need Node.js 18 or newer, npm, and GNU make installed on your system.
Install dependencies and build the project, then run the server locally.
npm install
make
Additional notes
Configure your MCP client to use Zerocracy with a local npm-based run, as shown in the example below. This config runs the MCP server via npx and passes your token securely to authorize access.
{
"mcpServers": {
"zerocracy": {
"command": "npx",
"args": [
"-y",
"zerocracy/zerocracy-mcp-server",
],
"env": {
"ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
}
}
}
}
Available tools
Claude integration
Enables Claude Desktop to connect to Zerocracy via the MCP server to receive management advice and influence AI-driven workflows.