I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Holaspirit-MCP-Server
Ein MCP -Server, der auf Holaspirit zugreift
3 years
Works with Finder
1
Github Watches
3
Github Forks
1
Github Stars
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.
Features
Available tools:
-
list_tasks
- List all tasks in the organization -
list_metrics
- List all metrics in the organization -
list_circles
- List all circles in the organization -
get_circle
- Get details of a specific circle -
list_roles
- List all roles in the organization -
get_role
- Get details of a specific role -
list_domains
- List all domains in the organization -
list_policies
- List all policies in the organization -
list_meetings
- List all meetings in the organization -
get_meeting
- Get details of a specific meeting
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
-
HOLASPIRIT_API_TOKEN
: Your Holaspirit API token
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>"
}
},
...
Development
Available Scripts
-
npm run dev
- Start the server in development mode with hot reloading -
npm run build
- Build the project for production -
npm run start
- Start the production server -
npm run lint
- Run linting checks (ESLint and Prettier) -
npm run fix
- Automatically fix linting issues -
npm run examples
- Run the example scripts
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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
PR Professional: Guiding You to Get Media Placements and Publicity Quickly and Effectively
Advanced software engineer GPT that excels through nailing the basics.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.
Mirror ofhttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_lvcjTsR3
I recently integrated the ???? SSE MCP Server with JWT Authentication developed by anisirji, and I'm thoroughly impressed. The setup process was seamless, and the JWT authentication adds a robust layer of security to our applications. The documentation provided is clear and concise, making the implementation straightforward. Highly recommend checking it out if you're looking for an efficient and secure server solution!