Skip to main content
Glama

Zerocracy MCP Server

Official
by zerocracy

Zerocracy の MCP サーバー

製品開発の管理にZerocracyを活用される場合は、その管理アドバイスをAIエージェントに統合することも可能です。例えば、 Claude Desktopは、このMCPサーバーを介してZerocracyに接続すると、より賢くなります。Claude Desktopclaude-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+、 NpmGNU makeがインストールされている必要があります)。

npm install make

変更後にすべてが正しくビルドされた場合は、プル リクエストを送信します。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop のサーバー モジュール。Zerocracy との統合を可能にし、自然言語コマンドを通じて Zerocracy プロジェクト管理プラットフォームと対話できるようにします。

  1. 貢献方法

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Integrates local Zotero libraries with Claude's Desktop interface, allowing users to access and manage their library collections via a local API.
      Last updated -
      6
      12
      Python
    • -
      security
      A
      license
      -
      quality
      The Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.
      Last updated -
      2
      Python
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      The server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.
      Last updated -
      4
      7
      Python
      • Apple
    • A
      security
      A
      license
      A
      quality
      Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
      Last updated -
      3
      13
      13
      TypeScript
      MIT License

    View all related MCP servers

    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