Holaspirit MCP Server
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- メールでメンバーを検索
Related MCP server: paperclip-mcp
クイックスタート
インストール
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- サンプルスクリプトを実行する
貢献
リポジトリをフォークする
機能ブランチを作成する
テストとリンティングを実行する:
npm run lint変更をコミットする
ブランチにプッシュする
プルリクエストを作成する
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides a standardized MCP interface for interacting with HTTP tools and services, enabling unified API access and management.MIT
- Alicense-qualityCmaintenanceEnables AI assistants to manage Paperclip AI agents, issues, goals, approvals, and costs via natural language by exposing Paperclip's REST API as MCP tools.MIT
- Flicense-qualityCmaintenanceEnables AI-driven IT service management by exposing the full Halo ITSM REST API through 172 tools across 43 resource domains to any MCP-compatible client.1
- Alicense-qualityBmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
Related MCP Connectors
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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