Cockpit Dashboard
Rank #55,832io.github.daleweaver1981/cockpit-mcp
40 AI prompts + self-hosted ops dashboard for homelab and small-team sysadmins
Cockpit Dashboard is a Model Context Protocol (MCP) server published by daleweaver1981. It ranks #55,832 of 115,591 servers tracked on MCP Toplist. Cockpit Dashboard is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 59,759 of 115,591 servers on MCP Toplist.
Use Cockpit Dashboard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cockpit-mcp -- npx -y cockpit-mcp[mcp_servers.cockpit-mcp]
command = "npx"
args = ["-y", "cockpit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cockpit-mcp": {
"command": "npx",
"args": [
"-y",
"cockpit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cockpit-mcp": {
"command": "npx",
"args": [
"-y",
"cockpit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cockpit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cockpit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cockpit-mcp": {
"command": "npx",
"args": [
"-y",
"cockpit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cockpit-mcp": {
"command": "npx",
"args": [
"-y",
"cockpit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.daleweaver1981%2Fcockpit-mcp)<a href="https://mcptoplist.com/server/io.github.daleweaver1981%2Fcockpit-mcp"><img src="https://mcptoplist.com/badge/io.github.daleweaver1981%2Fcockpit-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
daleweaver1981
Other servers by daleweaver1981
View all daleweaver1981 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 20, 2026 |
Frequently asked questions
- Who maintains Cockpit Dashboard?
- Cockpit Dashboard is maintained by daleweaver1981, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Cockpit Dashboard listed on the Official MCP Registry?
- Yes — Cockpit Dashboard is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Cockpit Dashboard have?
- MCP Toplist tracks 1 version of Cockpit Dashboard, most recently published on May 20, 2026.
- Where can I find the source code for Cockpit Dashboard?
- The source code for Cockpit Dashboard is hosted at github.com/daleweaver1981/cockpit-mcp.