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 を自動的にインストールするには:
手動インストール
構成
HOLASPIRIT_API_TOKEN
: Holaspirit APIトークンHOLASPIRIT_ORGANIZATION_ID
: Holaspirit 組織 ID
使用法
MCPサーバーを起動する
直接:
または、インストールされたモジュールを node で実行します。
クライアントの MCP 構成 json を編集します。
発達
利用可能なスクリプト
npm run dev
- ホットリロードで開発モードでサーバーを起動しますnpm run build
- 本番環境用にプロジェクトをビルドするnpm run start
- 本番サーバーを起動するnpm run lint
- リンティングチェックを実行する(ESLint と Prettier)npm run fix
- リンティングの問題を自動的に修正するnpm run examples
- サンプルスクリプトを実行する
貢献
- リポジトリをフォークする
- 機能ブランチを作成する
- テストとリンティングを実行する:
npm run lint
- 変更をコミットする
- ブランチにプッシュする
- プルリクエストを作成する
You must to connect to the 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.
Tools
Holaspirit の API への MCP 互換アクセスを提供し、AI アシスタントが標準化されたインターフェースを通じてタスク、サークル、役割、会議などの組織データと対話できるようにします。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI assistants to interact with Confluence Cloud for managing spaces, pages, and content via the Model Context Protocol (MCP).Last updated -1113TypeScript
- AsecurityFlicenseAqualityProvides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.Last updated -5JavaScript
- AsecurityFlicenseAqualityAn 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 -1716TypeScript
- -security-license-qualityAn 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 -23PythonMIT License