mcpbeat Sign in

Janus MCP Server

by tonylchang Your server? Claim it
local only

Janus runs on your own machine — the client starts it, so there is no endpoint to ping. 210 installs a week from pypi. Last commit 19 Aug 2026.

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

Installs per day peak 946 · avg 67 · -56% w/w
a month agotoday
210
Installs / week
pypi · janus-mcp-server
0
Stars
1 open issues
19 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Janus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add janus-mcp -- uvx janus-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "janus-mcp": {
      "args": [
        "janus-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.janus-mcp]
command = "uvx"
args = ["janus-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "janus-mcp": {
      "args": [
        "janus-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "janus-mcp": {
      "args": [
        "janus-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Janus

same job, measured the same way
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

355 installs/wk local only
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only
Rancher MCP
by rex

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

574 installs/wk local only
MCP K8s Ro
by your-ko

Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.

local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
Kubernetes Troubleshoot
by nanagyamfiprempeh30

Read-only Kubernetes diagnostics: pods, logs, events, workloads, services, PVCs and nodes.

local only
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

8 556 installs/wk local only

Janus — questions

Answers built from our own checks of this server.

Why is there no uptime for Janus?
Janus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package janus-mcp-server was installed 210 times last week.
How do I connect Janus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls janus-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Janus?
The pypi package janus-mcp-server was installed 210 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Janus open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.