{"id":24475426,"url":"https://github.com/syucream/holaspirit-mcp-server","last_synced_at":"2025-07-01T11:32:58.449Z","repository":{"id":272220051,"uuid":"915876793","full_name":"syucream/holaspirit-mcp-server","owner":"syucream","description":"A MCP server that accesses to Holaspirit","archived":false,"fork":false,"pushed_at":"2025-06-17T15:04:19.000Z","size":172,"stargazers_count":1,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T15:06:10.242Z","etag":null,"topics":["holaspirit","mcp","modelcontextprotocol"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/holaspirit-mcp-server","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syucream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-13T02:32:14.000Z","updated_at":"2025-06-17T15:04:04.000Z","dependencies_parsed_at":"2025-01-13T02:54:23.878Z","dependency_job_id":"6928d3b8-b31e-4c7f-ad40-856a3ab8d513","html_url":"https://github.com/syucream/holaspirit-mcp-server","commit_stats":null,"previous_names":["syucream/holaspirit-mcp-server"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/syucream/holaspirit-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fholaspirit-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fholaspirit-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fholaspirit-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fholaspirit-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syucream","download_url":"https://codeload.github.com/syucream/holaspirit-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syucream%2Fholaspirit-mcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262929076,"owners_count":23386294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["holaspirit","mcp","modelcontextprotocol"],"created_at":"2025-01-21T09:14:50.093Z","updated_at":"2025-07-01T11:32:58.410Z","avatar_url":"https://github.com/syucream.png","language":"JavaScript","funding_links":[],"categories":["Community Servers","Other Tools and Integrations","Cloud Services","Mcp Server Directories \u0026 Lists","🌐 Web Development","🗂️ Extensions by Category","Table of Contents"],"sub_categories":["How to Submit","⚡ Productivity","Other Tools and Integrations"],"readme":"# holaspirit-mcp-server\n[![smithery badge](https://smithery.ai/badge/holaspirit-mcp-server)](https://smithery.ai/server/holaspirit-mcp-server)\n[![npm version](https://badge.fury.io/js/holaspirit-mcp-server.svg)](https://badge.fury.io/js/holaspirit-mcp-server)\n\nA [MCP(Model Context Protocol)](https://www.anthropic.com/news/model-context-protocol) server that accesses to [Holaspirit API](https://www.holaspirit.com/).\n\nThis server provides MCP-compatible access to Holaspirit's API, allowing AI assistants to interact with your Holaspirit data through a standardized interface.\n\n\u003ca href=\"https://glama.ai/mcp/servers/7tn35lri9w\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/7tn35lri9w/badge\" alt=\"Holaspirit Server MCP server\" /\u003e\u003c/a\u003e\n\n## Features\n\nAvailable tools:\n\n- `holaspirit_list_tasks` - List all tasks in the organization\n- `holaspirit_list_metrics` - List all metrics in the organization\n- `holaspirit_list_circles` - List all circles in the organization\n- `holaspirit_get_circle` - Get details of a specific circle\n- `holaspirit_list_roles` - List all roles in the organization\n- `holaspirit_get_role` - Get details of a specific role\n- `holaspirit_list_domains` - List all domains in the organization\n- `holaspirit_list_policies` - List all policies in the organization\n- `holaspirit_list_meetings` - List all meetings in the organization\n- `holaspirit_get_meeting` - Get details of a specific meeting\n- `holaspirit_get_member_feed` - Get member feed\n- `holaspirit_get_tensions` - Get tensions for a meeting or meetings\n- `holaspirit_search_member` - Search for a member by email\n\n## Quick Start\n\n### Installation\n\n#### Installing via Smithery\n\nTo install holaspirit-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/holaspirit-mcp-server):\n\n```bash\nnpx -y @smithery/cli install holaspirit-mcp-server --client claude\n```\n\n#### Manual Installation\n\n```bash\nnpm install holaspirit-mcp-server\n```\n\n### Configuration\n\nYou can configure the server using environment variables. Two methods are supported:\n\n#### Environment Variables\n\n- `HOLASPIRIT_API_TOKEN`: Your Holaspirit API token\n- `HOLASPIRIT_ORGANIZATION_ID`: Your Holaspirit organization ID\n\n#### Using .env File\n\nCreate a `.env` file in the project root:\n\n```bash\n# Copy the example file\ncp .env.example .env\n```\n\nThen edit `.env` with your actual values:\n\n```bash\nHOLASPIRIT_API_TOKEN=your_api_token_here\nHOLASPIRIT_ORGANIZATION_ID=your_organization_id_here\n```\n\n### Usage\n\nThe server supports two transport modes:\n\n#### Stdio Transport (Default)\n\nFor use with MCP clients that communicate via stdin/stdout:\n```bash\nnpx holaspirit-mcp-server\n```\n\n#### HTTP Transport\n\nFor use with web clients or HTTP-based integrations using the latest Streamable HTTP protocol:\n```bash\nnpx holaspirit-mcp-server --port 3000\n```\n\nThe HTTP server accepts POST requests only on any path (e.g., `/`, `/mcp`, `/sse`) and uses the Streamable HTTP transport protocol.\n\n#### Edit MCP configuration json for your client:\n\nFor stdio transport:\n```json\n...\n    \"holaspirit\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"holaspirit-mcp-server\"\n      ],\n      \"env\": {\n        \"HOLASPIRIT_API_TOKEN\": \"\u003cyour token\u003e\",\n        \"HOLASPIRIT_ORGANIZATION_ID\": \"\u003cyour org id\u003e\"\n      }\n    },\n...\n```\n\nFor HTTP transport, configure your client to connect to:\n- `http://localhost:3000/` (or any path)\n\n## Development\n\n### Available Scripts\n\n- `npm run dev` - Start the server in development mode with hot reloading\n- `npm run build` - Build the project for production\n- `npm run start` - Start the production server\n- `npm run lint` - Run linting checks (ESLint and Prettier)\n- `npm run fix` - Automatically fix linting issues\n- `npm run examples` - Run the example scripts\n\n### Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Run tests and linting: `npm run lint`\n4. Commit your changes\n5. Push to the branch\n6. Create a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Fholaspirit-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyucream%2Fholaspirit-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyucream%2Fholaspirit-mcp-server/lists"}