
Lido
from hexnickk
An MCP server for interacting with the Lido liquid staking protocol.
๐ฅ๐ฅโ VerifiedFreeQuick setup
How to run
- Copy .env.example to .env and fill missing variables
- Build Docker image
docker build . -t mcp-lido - Configure your MCP Client e.g. Claude Code
{ "globalShortcut": "", "mcpServers": { "mcpLido": { "command": "docker", "args": [ "run", "--rm", "-i", "--log-driver", "none", "mcp-lido" ] } } }
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.