About
Overview
The Consul MCP Server enables AI agents to interact with HashiCorp Consul for service mesh and discovery. It provides tools for registering services, managing KV data, and checking service health.
Capabilities
Tools & Capabilities
⚡list_services
List registered services
⚡kv_get
Get a value from the KV store
⚡kv_put
Set a value in the KV store
⚡health_check
Check service health
Setup
Installation
bash
Install
pip install mcp-server-consulExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"consul": {
"command": "python",
"args": ["-m", "mcp_server_consul"]
}
}
}Quick Info
Authorhashicorp
LanguageGo
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026