H
Holaspirit
community
other
Interact with [Holaspirit](https://www.holaspirit.com/).
holaspirit-mcp-server
A MCP(Model Context Protocol) server that accesses to Holaspirit API.
This server provides MCP-compatible access to Holaspirit's API, allowing AI assistants to interact with your Holaspirit data through a standardized interface.
<a href="https://glama.ai/mcp/servers/7tn35lri9w"><img width="380" height="200" src="https://glama.ai/mcp/servers/7tn35lri9w/badge" alt="Holaspirit Server MCP server" /></a>
Features
Available tools:
- List all tasks in the organizationholaspirit_list_tasks
- List all metrics in the organizationholaspirit_list_metrics
- List all circles in the organizationholaspirit_list_circles
- Get details of a specific circleholaspirit_get_circle
- List all roles in the organizationholaspirit_list_roles
- Get details of a specific roleholaspirit_get_role
- List all domains in the organizationholaspirit_list_domains
- List all policies in the organizationholaspirit_list_policies
- List all meetings in the organizationholaspirit_list_meetings
- Get details of a specific meetingholaspirit_get_meeting
- Get member feedholaspirit_get_member_feed
- Get tensions for a meeting or meetingsholaspirit_get_tensions
- Search for a member by emailholaspirit_search_member
Quick Start
Installation
Installing via Smithery
To install holaspirit-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install holaspirit-mcp-server --client claude
Manual Installation
npm install holaspirit-mcp-server
Configuration
: Your Holaspirit API tokenHOLASPIRIT_API_TOKEN
: Your Holaspirit organization IDHOLASPIRIT_ORGANIZATION_ID
Usage
Start the MCP server
Directly:
npx holaspirit-mcp-server
Or, run the installed module with node.
Edit MCP configuration json for your client:
... "lightdash": { "command": "npx", "args": [ "-y", "holaspirit-mcp-server" ], "env": { "HOLASPIRIT_API_TOKEN": "<your token>", "HOLASPIRIT_ORGANIZATION_ID": "<your org id>" } }, ...
Development
Available Scripts
- Start the server in development mode with hot reloadingnpm run dev
- Build the project for productionnpm run build
- Start the production servernpm run start
- Run linting checks (ESLint and Prettier)npm run lint
- Automatically fix linting issuesnpm run fix
- Run the example scriptsnpm run examples
Contributing
- Fork the repository
- Create your feature branch
- Run tests and linting:
npm run lint
- Commit your changes
- Push to the branch
- Create a Pull Request
Related Servers
S
Sequential Thinking
reference
Dynamic and reflective problem-solving through thought sequences
View Details