About
Overview
The etcd MCP Server enables AI agents to interact with etcd's distributed key-value store. It provides tools for reading and writing keys, watching for changes, and managing leases.
Capabilities
Tools & Capabilities
⚡get
Get a value by key
⚡put
Set a key-value pair
⚡list
List keys with a prefix
⚡watch
Watch for changes to a key
Setup
Installation
bash
Install
pip install mcp-server-etcdExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"etcd": {
"command": "python",
"args": ["-m", "mcp_server_etcd"]
}
}
}Quick Info
Authorcommunity
LanguageGo
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026