- Explore MCP Servers
- etcd-mcp
Etcd Mcp
Installations
{}
Arguments
{}
Examples
{}
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
View More MCP Clients
Overview
Installations
{}
Arguments
{}
Examples
{}
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
View More MCP Clients
Content
etcd-mcp
etcd-mcp is a Management Control Panel server for etcd, providing a set of tools to interact with etcd clusters through a unified interface.
Features
- Health Check: Monitor the health status of etcd clusters
- Get: Retrieve key-value pairs from etcd
- Put: Store key-value pairs in etcd
- Delete: Remove key-value pairs from etcd
- Status: Check etcd cluster status
- Save: Backup etcd data to files
- Restore: Restore etcd data from backup files
Installation
go install github.com/SimFG/etcd-mcp@latest
Usage
The server provides the following tools:
health: Check etcd cluster healthget: Get key-value pairs from etcdput: Put key-value pairs into etcddel: Delete key-value pairs from etcdstatus: Get etcd cluster statussave: Save etcd data to a backup filerestore: Restore etcd data from a backup file
Configuration
cursor config:
{ "mcpServers": { "etcd": { "command": "[etcd-mcp bin file path]", "args": [], "env": {} } } }
Dependencies
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.
View More MCP Dev Tools
Tools
No tools










