Janus for VS Code
io.github.tonylchang/janus-mcp
Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes
client:VS Code
transport:stdio
runtime:pypi
Install Janus in VS Code
.vscode/mcp.json
{
"servers": {
"janus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs