Consul
Createdkocierik
Provides a Model Context Protocol (MCP) server to access Consul's functionalities through a standardized interface.
About
Consul MCP Server provides a standardized interface to interact with HashiCorp Consul. This server allows users to manage services, health checks, key-value storage, sessions, events, prepared queries, and retrieve status and agent information. By exposing Consul's functionality through the Model Context Protocol, it simplifies integration with other MCP-compatible tools and platforms, fostering a more cohesive and manageable infrastructure.
Key Features
- Manage service registration and deregistration
- Fire and list events
- Interact with Consul's Key-Value store
- Retrieve agent and system status
- Register and manage health checks
- Manage Consul sessions
- Create and execute prepared queries
- 8 GitHub stars
Use Cases
- Dynamically configure applications using Consul's KV store via MCP.
- Integrate Consul's event system with other MCP-compatible monitoring and alerting tools.
- Automate service discovery and health checking within an MCP-driven environment.