Skip to content
VS Code

Keel for VS Code

io.github.seayniclabs/keel

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

client:VS Code transport:stdio runtime:pypi

Install Keel in VS Code

.vscode/mcp.json

{
  "servers": {
    "keel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keel-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Keel in other clients