PluginBench
MCP Server

Keel MCP Server

io.github.seayniclabs/keel

What is the Keel MCP server?

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

How to install Keel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keel": {
      "command": "uvx",
      "args": [
        "keel-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "keel": {
      "command": "uvx",
      "args": [
        "keel-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "keel": {
      "command": "uvx",
      "args": [
        "keel-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "keel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keel-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add keel -- uvx keel-mcp

Related MCP servers

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

View repository →

Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.

View repository →