Consul Server
БесплатноНе проверенA Model Context Protocol server that provides access to HashiCorp Consul's functionality, including service management, health checks, KV store, sessions, event
Описание
A Model Context Protocol server that provides access to HashiCorp Consul's functionality, including service management, health checks, KV store, sessions, events, prepared queries, and system status.
README
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.
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 install - Run
npm run build
Установить Consul Server в Claude Desktop, Claude Code, Cursor
unyly install consul-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add consul-mcp-server -- npx -y github:youngitn/consul-mcp-serverFAQ
Consul Server MCP бесплатный?
Да, Consul Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Consul Server?
Нет, Consul Server работает без API-ключей и переменных окружения.
Consul Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Consul Server в Claude Desktop, Claude Code или Cursor?
Открой Consul Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Consul Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
