Skip to main content
Glama

Holaspirit MCP Server

by syucream

holaspirit-mcp-server

Holaspirit APIにアクセスするMCP (Model Context Protocol)サーバー。

このサーバーは、Holaspirit の API への MCP 互換アクセスを提供し、AI アシスタントが標準化されたインターフェースを通じて Holaspirit データを操作できるようにします。

特徴

利用可能なツール:

  • holaspirit_list_tasks - 組織内のすべてのタスクを一覧表示する
  • holaspirit_list_metrics - 組織内のすべてのメトリックを一覧表示する
  • holaspirit_list_circles - 組織内のすべてのサークルを一覧表示します
  • holaspirit_get_circle - 特定のサークルの詳細を取得する
  • holaspirit_list_roles - 組織内のすべての役割を一覧表示する
  • holaspirit_get_role - 特定のロールの詳細を取得する
  • holaspirit_list_domains - 組織内のすべてのドメインを一覧表示する
  • holaspirit_list_policies - 組織内のすべてのポリシーを一覧表示する
  • holaspirit_list_meetings - 組織内のすべての会議を一覧表示する
  • holaspirit_get_meeting - 特定の会議の詳細を取得する
  • holaspirit_get_member_feed - メンバーフィードを取得する
  • holaspirit_get_tensions - 会議の緊張度を取得する
  • holaspirit_search_member - メールでメンバーを検索

クイックスタート

インストール

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トークン
  • HOLASPIRIT_ORGANIZATION_ID : Holaspirit 組織 ID

使用法

MCPサーバーを起動する

直接:

npx holaspirit-mcp-server

または、インストールされたモジュールを node で実行します。

クライアントの MCP 構成 json を編集します。
... "lightdash": { "command": "npx", "args": [ "-y", "holaspirit-mcp-server" ], "env": { "HOLASPIRIT_API_TOKEN": "<your token>", "HOLASPIRIT_ORGANIZATION_ID": "<your org id>" } }, ...

発達

利用可能なスクリプト

  • npm run dev - ホットリロードで開発モードでサーバーを起動します
  • npm run build - 本番環境用にプロジェクトをビルドする
  • npm run start - 本番サーバーを起動する
  • npm run lint - リンティングチェックを実行する(ESLint と Prettier)
  • npm run fix - リンティングの問題を自動的に修正する
  • npm run examples - サンプルスクリプトを実行する

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成する
  3. テストとリンティングを実行する: npm run lint
  4. 変更をコミットする
  5. ブランチにプッシュする
  6. プルリクエストを作成する
Install Server

You must to connect to the server.

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

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 の API への MCP 互換アクセスを提供し、AI アシスタントが標準化されたインターフェースを通じてタスク、サークル、役割、会議などの組織データと対話できるようにします。

  1. 特徴
    1. クイックスタート
      1. インストール
      2. 構成
      3. 使用法
    2. 発達
      1. 利用可能なスクリプト
      2. 貢献

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Enables AI assistants to interact with Confluence Cloud for managing spaces, pages, and content via the Model Context Protocol (MCP).
      Last updated -
      11
      13
      TypeScript
    • A
      security
      F
      license
      A
      quality
      Provides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.
      Last updated -
      5
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.
      Last updated -
      17
      16
      TypeScript
      • Apple
      • Linux
    • -
      security
      -
      license
      -
      quality
      An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
      Last updated -
      23
      Python
      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/syucream/holaspirit-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server