Janus
Rank #21,508io.github.tonylchang/janus-mcp
Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes
Janus is a Model Context Protocol (MCP) server published by tonylchang. It ranks #21,508 of 132,046 servers tracked on MCP Toplist. Janus is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 15, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 110,538 of 132,046 servers on MCP Toplist.
Use Janus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add janus-mcp -- uvx janus-mcp-serverclaude mcp add janus-mcp -- docker run -i --rm -v "{kubeconfig_path}:/home/janus/.kube/config:ro" -v "{config_dir}:/home/janus/.config/janus-mcp:ro" ghcr.io/tonylchang/janus-mcp:v0.4.1[mcp_servers.janus-mcp]
command = "uvx"
args = ["janus-mcp-server"]Add to ~/.codex/config.toml.
[mcp_servers.janus-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-v", "{kubeconfig_path}:/home/janus/.kube/config:ro", "-v", "{config_dir}:/home/janus/.config/janus-mcp:ro", "ghcr.io/tonylchang/janus-mcp:v0.4.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"janus-mcp": {
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"janus-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{kubeconfig_path}:/home/janus/.kube/config:ro",
"-v",
"{config_dir}:/home/janus/.config/janus-mcp:ro",
"ghcr.io/tonylchang/janus-mcp:v0.4.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"janus-mcp": {
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"janus-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{kubeconfig_path}:/home/janus/.kube/config:ro",
"-v",
"{config_dir}:/home/janus/.config/janus-mcp:ro",
"ghcr.io/tonylchang/janus-mcp:v0.4.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"janus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"janus-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{kubeconfig_path}:/home/janus/.kube/config:ro",
"-v",
"{config_dir}:/home/janus/.config/janus-mcp:ro",
"ghcr.io/tonylchang/janus-mcp:v0.4.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"janus-mcp": {
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"janus-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{kubeconfig_path}:/home/janus/.kube/config:ro",
"-v",
"{config_dir}:/home/janus/.config/janus-mcp:ro",
"ghcr.io/tonylchang/janus-mcp:v0.4.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"janus-mcp": {
"command": "uvx",
"args": [
"janus-mcp-server"
]
}
}
}{
"mcpServers": {
"janus-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"{kubeconfig_path}:/home/janus/.kube/config:ro",
"-v",
"{config_dir}:/home/janus/.config/janus-mcp:ro",
"ghcr.io/tonylchang/janus-mcp:v0.4.1"
]
}
}
}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.tonylchang%2Fjanus-mcp)<a href="https://mcptoplist.com/server/io.github.tonylchang%2Fjanus-mcp"><img src="https://mcptoplist.com/badge/io.github.tonylchang%2Fjanus-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tonylchang
Available versions (1)
| Version | Published |
|---|---|
| 0.4.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Janus?
- Janus is maintained by tonylchang, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Janus listed on the Official MCP Registry?
- Yes — Janus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Janus have?
- MCP Toplist tracks 1 version of Janus, most recently published on Aug 18, 2026.
- Where can I find the source code for Janus?
- The source code for Janus is hosted at github.com/tonylchang/janus-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.