Holaspirit MCP Server
홀라스피릿-mcp-서버
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를 자동으로 설치하려면:
지엑스피1
수동 설치
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