Consul MCP Server
Provides tools for managing Consul services, health checks, key-value store, sessions, events, prepared queries, status, agent, and system health information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Consul MCP ServerList all running services in Consul"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Consul MCP Server (Customized)
This is a customized version of the Consul MCP Server modified specifically to support Consul ACL Tokens.
What's Changed?
Added support for
CONSUL_TOKENenvironment variable.The underlying Consul client now correctly authenticates to secure clusters (with ACL enabled), allowing it to fetch both Services and Key-Value (KV) configurations without being blocked as an anonymous user.
Related MCP server: Consul MCP Server
Configuration in MCP / Claude / Cursor
Use the following configuration in your mcp_config.json (or equivalent IDE settings):
{
"mcpServers": {
"consul-mcp": {
"command": "node",
"args": [
"C:/path/to/your/consul-mcp-server/build/index.js"
],
"env": {
"CONSUL_HOST": "10.4.0.53",
"CONSUL_PORT": "8500",
"CONSUL_TOKEN": "your-acl-token-here"
}
}
}
}Setup & Build
Clone this repository
Run
npm installRun
npm run build
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/youngitn/consul-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server