Holaspirit MCP Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

holaspirit-mcp-服务器

访问Holaspirit APIMCP(模型上下文协议)服务器。

该服务器提供与 MCP 兼容的 Holaspirit API 访问,允许 AI 助手通过标准化界面与您的 Holaspirit 数据进行交互。

特征

可用工具:

  • list_tasks - 列出组织中的所有任务
  • list_metrics - 列出组织中的所有指标
  • list_circles - 列出组织中的所有圈子
  • get_circle - 获取特定圈子的详细信息
  • list_roles - 列出组织中的所有角色
  • get_role - 获取特定角色的详细信息
  • list_domains - 列出组织中的所有域
  • list_policies - 列出组织中的所有政策
  • list_meetings - 列出组织中的所有会议
  • get_meeting获取特定会议的详细信息

快速入门

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 holaspirit-mcp-server:

npx -y @smithery/cli install holaspirit-mcp-server --client claude

手动安装

npm install holaspirit-mcp-server

配置

  • HOLASPIRIT_API_TOKEN :您的 Holaspirit API 令牌

用法

启动 MCP 服务器

直接地:

npx holaspirit-mcp-server

或者,使用节点运行已安装的模块。

编辑客户端的 MCP 配置 json:

... "lightdash": { "command": "npx", "args": [ "-y", "holaspirit-mcp-server" ], "env": { "HOLASPIRIT_API_TOKEN": "<your token>" } }, ...

发展

可用脚本

  • npm run dev - 使用热重载以开发模式启动服务器
  • npm run build构建生产项目
  • npm run start启动生产服务器
  • npm run lint - 运行 linting 检查(ESLint 和 Prettier)
  • npm run fix - 自动修复 linting 问题
  • npm run examples - 运行示例脚本

贡献

  1. 分叉存储库
  2. 创建你的功能分支
  3. 运行测试和 lint: npm run lint
  4. 提交你的更改
  5. 推送到分支
  6. 创建拉取请求

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

提供与 MCP 兼容的 Holaspirit API 访问,让 AI 助手能够通过标准化界面与任务、圈子、角色、会议等组织数据进行交互。

  1. Features
    1. Quick Start
      1. Installation
      2. Configuration
      3. Usage
    2. Development
      1. Available Scripts
      2. Contributing
    ID: 7tn35lri9w