홀라스피릿-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
- 이메일로 회원 검색
빠른 시작
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 holaspirit-mcp-server를 자동으로 설치하려면:
지엑스피1
수동 설치
구성
HOLASPIRIT_API_TOKEN
: Holaspirit API 토큰HOLASPIRIT_ORGANIZATION_ID
: Holaspirit 조직 ID
용법
MCP 서버를 시작합니다
곧장:
또는 설치된 모듈을 node로 실행합니다.
클라이언트에 대한 MCP 구성 JSON을 편집하세요.
개발
사용 가능한 스크립트
npm run dev
- 핫 리로딩을 사용하여 개발 모드로 서버 시작npm run build
- 프로덕션을 위한 프로젝트 빌드npm run start
- 프로덕션 서버 시작npm run lint
- 린팅 검사 실행(ESLint 및 Prettier)npm run fix
- 린팅 문제를 자동으로 수정합니다npm run examples
- 예제 스크립트 실행
기여하다
- 저장소를 포크하세요
- 기능 브랜치를 생성하세요
- 테스트 및 린팅 실행:
npm run lint
- 변경 사항을 커밋하세요
- 지점으로 밀어 넣기
- 풀 리퀘스트 만들기
You must to connect to the server.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Holaspirit의 API에 MCP 호환 액세스를 제공하여 AI 도우미가 표준화된 인터페이스를 통해 작업, 서클, 역할, 회의와 같은 조직 데이터와 상호 작용할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables AI assistants to interact with Confluence Cloud for managing spaces, pages, and content via the Model Context Protocol (MCP).Last updated -1113TypeScript
- AsecurityFlicenseAqualityProvides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.Last updated -5JavaScript
- AsecurityFlicenseAqualityAn MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.Last updated -1716TypeScript
- -security-license-qualityAn MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.Last updated -23PythonMIT License