Keyboard-first terminal dashboard for Coolify: deployments, live logs across your whole fleet, and an MCP server for your agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cooldeck": {
"command": "go",
"args": [
"run",
"github.com/Resetnak/cooldeck@latest"
]
}
}
}
Run in terminal:
claude mcp add cooldeck go run github.com/Resetnak/cooldeck@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"cooldeck": {
"command": "go",
"args": [
"run",
"github.com/Resetnak/cooldeck@latest"
]
}
}
}