Zerocracy MCP Server
OfficialZerocracy の MCP サーバー
製品開発の管理にZerocracyを活用される場合は、その管理アドバイスをAIエージェントに統合することも可能です。例えば、 Claude Desktopは、このMCPサーバーを介してZerocracyに接続すると、より賢くなります。Claude Desktopのclaude-desktop-config.jsonファイルに以下の設定を追加してください(トークンはZerocracyから取得できます)。
{
"mcpServers": {
"zerocracy": {
"command": "npx",
"args": [
"-y",
"zerocracy/zerocracy-mcp-server",
],
"env": {
"ZEROCRACY_TOKEN": "<YOUR-ZEROCRACY-TOKEN>"
}
}
}
}次に、 Claude Desktop を再起動して、次のような質問をしてみてください。「製品の開発状況はどうですか? 管理に関するアドバイスをください。」 GitHub MCP サーバーも追加すれば、AI によるバイブマネジメントを存分に活用できます。
貢献方法
このプロジェクトをテストするには、次のコマンドを実行するだけです ( Node 18+、 Npm 、 GNU makeがインストールされている必要があります)。
npm install
make変更後にすべてが正しくビルドされた場合は、プル リクエストを送信します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.109MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.1
- AlicenseNot gradedqualityDmaintenanceA work management MCP server for Claude Code that integrates with Jira Cloud to handle sprints, tickets, and project tracking via natural language.54MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for integrating Kaiten API with Claude Desktop, enabling management of cards, comments, spaces, and boards with advanced features like verbosity control, response format selection, and auto-truncation.1828MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zerocracy/zerocracy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server