Skip to main content
Glama

Holaspirit MCP Server

by syucream

홀라스피릿-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

수동 설치
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 - 예제 스크립트 실행

기여하다

  1. 저장소를 포크하세요
  2. 기능 브랜치를 생성하세요
  3. 테스트 및 린팅 실행: npm run lint
  4. 변경 사항을 커밋하세요
  5. 지점으로 밀어 넣기
  6. 풀 리퀘스트 만들기
Install Server

You must to connect to the server.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Holaspirit의 API에 MCP 호환 액세스를 제공하여 AI 도우미가 표준화된 인터페이스를 통해 작업, 서클, 역할, 회의와 같은 조직 데이터와 상호 작용할 수 있도록 합니다.

  1. 특징
    1. 빠른 시작
      1. 설치
      2. 구성
      3. 용법
    2. 개발
      1. 사용 가능한 스크립트
      2. 기여하다

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Enables AI assistants to interact with Confluence Cloud for managing spaces, pages, and content via the Model Context Protocol (MCP).
      Last updated -
      11
      13
      TypeScript
    • A
      security
      F
      license
      A
      quality
      Provides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.
      Last updated -
      5
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An 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 -
      17
      16
      TypeScript
      • Apple
      • Linux
    • -
      security
      -
      license
      -
      quality
      An 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 -
      23
      Python
      MIT License

    View all related MCP servers

    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