Consul MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-servicesC | Get running services |
| register-health-checkB | Register a health check with Consul |
| deregister-health-checkC | Deregister a health check from Consul |
| get-health-checksC | Get health checks for a service |
| get-catalog-nodesC | Get nodes from the catalog |
| list-catalog-servicesB | List all services in the catalog |
| get-catalog-serviceB | Get information about a specific service from the catalog |
| register-serviceC | Register a service with Consul |
| deregister-serviceB | Deregister a service from Consul |
| get-kvB | Get a value from the KV store |
| list-kvC | List keys in the KV store |
| put-kvC | Put a value in the KV store |
| delete-kvB | Delete a key from the KV store |
| list-sessionsB | List all sessions in Consul |
| destroy-sessionC | Destroy a session in Consul |
| fire-eventC | Fire a new event |
| list-eventsC | List all events |
| create-prepared-queryC | Create a new prepared query |
| execute-prepared-queryC | Execute a prepared query |
| get-leaderC | Get the current leader |
| get-peersC | Get the current peers |
| get-agent-membersC | Get agent members |
| reload-agentC | Reload agent configuration |
| get-agent-selfB | Get agent self information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 24 tools
Each tool has a distinct purpose targeting specific Consul resources and actions, with clear boundaries between operations like KV store management (get-kv, put-kv, delete-kv), service registration/deregistration, health checks, catalog queries, and agent operations. No overlapping or ambiguous tool purposes exist.
All tools follow a consistent verb-noun naming pattern with hyphens (e.g., get-kv, register-service, list-events), maintaining perfect uniformity throughout the set. The naming convention is predictable and enhances readability across all 24 tools.
With 24 tools, the count is borderline high for a single server, potentially feeling heavy for agents to navigate. However, given Consul's broad scope (service discovery, KV store, health checks, events, sessions, etc.), it covers multiple domains comprehensively, making the count reasonable though on the upper edge of typical scoping.
The tool set provides complete coverage for Consul's core functionalities, including full CRUD operations for KV store (put, get, delete, list), service lifecycle (register, deregister, get, list), health checks (register, deregister, get), catalog queries, events, sessions, and agent management. No obvious gaps exist for the inferred domain.