Skip to main content
Glama

Zerocracy MCP Server

Official
by zerocracy

Zeroocracy 的 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