MCP.so
ログイン

Consul MCP Server 🚀

@kocierik

Consul MCP Server 🚀 について

A consul MCP Server (modelcontextprotocol)

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

kocierik

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Consul MCP Server?

Consul MCP Server is a Model Context Protocol (MCP) server that provides access to HashiCorp Consul’s functionality through a standardized interface. It enables AI assistants to interact with Consul for service discovery, health checks, key-value storage, sessions, events, prepared queries, and cluster status.

How to use Consul MCP Server?

Start the server with node build/index.js after setting environment variables CONSUL_HOST (default localhost) and CONSUL_PORT (default 8500). For Claude Desktop, install automatically via Smithery using npx -y @smithery/cli install @kocierik/consul-mcp-server --client claude.

Key features of Consul MCP Server

  • List, register, and deregister services
  • Manage health checks for services
  • Get, put, list, and delete KV store keys
  • Create and destroy sessions
  • Fire and list events
  • Create and execute prepared queries
  • Get current leader and peers
  • Retrieve agent members and self information

Use cases of Consul MCP Server

  • Manage service registration and discovery from an AI chat interface
  • Monitor and update health checks across Consul services
  • Read and write to the Consul key-value store for configuration
  • Inspect cluster status and agent health during troubleshooting

FAQ from Consul MCP Server

How do I configure the Consul server address and port?

Set the CONSUL_HOST environment variable for the host (default localhost) and CONSUL_PORT for the port (default 8500).

How do I install Consul MCP Server for Claude Desktop automatically?

Run npx -y @smithery/cli install @kocierik/consul-mcp-server --client claude using Smithery.

What operations does Consul MCP Server support?

It supports service management, health checks, key-value store operations, sessions, events, prepared queries, status queries, agent information, and system health.

What are the dependencies to run Consul MCP Server?

The server requires Node.js to run the build, and a running Consul instance accessible via the configured host and port.

コメント

「その他」の他のコンテンツ