Skip to main content
Glama

Consul MCP Server

Consul MCP 서버 🚀

표준화된 인터페이스를 통해 Consul 기능에 대한 액세스를 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

특징

서버는 다음 Consul 기능에 대한 액세스를 제공합니다.

서비스 관리

  • 실행 중인 서비스 목록
  • 서비스 등록 및 등록 취소
  • 서비스 정보를 얻으세요
  • 카탈로그 서비스 목록
  • 카탈로그 서비스 정보 받기

건강 검진

  • 건강 검진 등록
  • 건강 검진 등록 취소
  • 서비스에 대한 건강 검진을 받으세요

키-값 저장소

  • KV 저장소에서 값 가져오기
  • KV 스토어의 키 목록
  • KV 저장소에 값을 넣으세요
  • KV 스토어에서 키 삭제

세션

  • 세션 목록
  • 세션 파괴

이벤트

  • 화재 발생
  • 이벤트 목록

준비된 쿼리

  • 준비된 쿼리를 만듭니다
  • 준비된 쿼리 실행

상태

  • 현재 리더 가져오기
  • 현재 동료를 얻으세요

대리인

  • 에이전트 멤버를 얻으세요
  • 에이전트 자기 정보 받기

체계

  • 시스템 상태 서비스 정보 가져오기

구성

서버는 환경 변수를 사용하여 구성할 수 있습니다.

  • CONSUL_HOST : Consul 서버 호스트(기본값: localhost)
  • CONSUL_PORT : Consul 서버 포트(기본값: 8500)

용법

  1. 서버를 시작합니다:

지엑스피1

  1. 서버는 Consul에 연결하여 MCP 인터페이스를 통해 모든 기능을 사용할 수 있도록 합니다.

개발

  1. 종속성 설치:
npm install
  1. 프로젝트를 빌드하세요:
npm run build
  1. 검사기 실행:
npm run build && npx @modelcontextprotocol/inspector node build/index.js

클로드 구성

{ "mcpServers": { "consul-mcp": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/consul-mcp-server/build/index.js" ] } } }

특허

MIT

You must be authenticated.

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

표준화된 모델 컨텍스트 프로토콜 인터페이스를 통해 Consul 기능(서비스, 상태 점검, KV 스토어, 세션, 이벤트, 쿼리 등)에 대한 액세스를 제공합니다.

  1. 특징
    1. 서비스 관리
    2. 건강 검진
    3. 키-값 저장소
    4. 세션
    5. 이벤트
    6. 준비된 쿼리
    7. 상태
    8. 대리인
    9. 체계
  2. 구성
    1. 용법
      1. 개발
        1. 클로드 구성
          1. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
              Last updated -
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.
              Last updated -
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.
              Last updated -
              JavaScript
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that provides tools for interacting with the Paddle Billing API, enabling users to manage products, prices, customers, transactions, subscriptions, and create custom financial reports.
              Last updated -
              8
              32
              16
              TypeScript
              Apache 2.0

            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/kocierik/consul-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server