holaspirit-mcp-server
by syucream·★ 1·综合分 33
一个提供对 Holaspirit API 访问权限的 MCP 服务器,用于获取组织治理数据。
概述
这个 MCP 服务器使 AI 助手能够通过标准化接口与 Holaspirit 组织治理平台进行交互。它提供工具来列出和检索任务、指标、圈子、角色、领域、政策、会议和紧张关系,以及成员搜索功能。服务器支持 stdio 和 HTTP 传输模式,使其与各种 MCP 客户端兼容。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您已经在使用 Holasprit 进行组织管理,并且希望 AI 助手能够访问您的组织数据而无需额外的集成工作,请选择此服务器。
什么时候不要选它
如果您需要对 Holasprit 数据进行写访问(此服务器似乎只支持只读)或者您尚未承诺使用 Holasprit 平台,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具holaspirit_list_tasksList all tasks in the organization
holaspirit_list_metricsList all metrics in the organization
holaspirit_list_circlesList all circles in the organization
holaspirit_get_circleGet details of a specific circle
holaspirit_list_rolesList all roles in the organization
holaspirit_get_roleGet details of a specific role
holaspirit_list_domainsList all domains in the organization
holaspirit_list_policiesList all policies in the organization
holaspirit_list_meetingsList all meetings in the organization
holaspirit_get_meetingGet details of a specific meeting
holaspirit_get_tensionsGet tensions for a meeting or meetings
holaspirit_search_memberSearch for a member by email
可对比工具
安装
安装
通过 Smithery
npx -y @smithery/cli install holaspirit-mcp-server --client claude手动安装
npm install holaspirit-mcp-server配置
创建一个 .env 文件,内容如下:
HOLASPIRIT_API_TOKEN=your_api_token_here
HOLASPIRIT_ORGANIZATION_ID=your_organization_id_hereClaude Desktop 配置
"holaspirit": {
"command": "npx",
"args": [
"-y",
"holaspirit-mcp-server"
],
"env": {
"HOLASPIRIT_API_TOKEN": "<your token>",
"HOLASPIRIT_ORGANIZATION_ID": "<your org id>"
}
}FAQ
- Holaspirit 是什么?
- Holaspirit 是一个组织治理和自我管理平台,实施如 Holacracy 等模型。
- 如何获取 Holaspirit 的 API 令牌?
- 您需要通过 Holaspirit 组织设置或管理面板生成 API 令牌。
holaspirit-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。