mcpbeat Sign in
I

Termix MCP Server

by sujirodev Your server? Claim it
local only

Termix runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Manage hosts, snippets, dashboard, metrics and audit of a self-hosted Termix (SSH/RDP/VNC manager)

Installs / week
pypi · termix-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Termix 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 termix-mcp -- uvx termix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "termix-mcp": {
      "args": [
        "termix-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.termix-mcp]
command = "uvx"
args = ["termix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "termix-mcp": {
      "args": [
        "termix-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "termix-mcp": {
      "args": [
        "termix-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TERMIX_URL (Base URL of the Termix instance), TERMIX_API_KEY (Termix API key (tmx_...)), TERMIX_MCP_TOOLSETS (default, all, or a comma-separated list (hosts,snippets,files,...)), TERMIX_MCP_READ_ONLY (Hide and block every write tool). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Termix

same job, measured the same way
Phosphor
by kirusshenkin

Hosts, metrics, Docker and authorized_keys over a macOS terminal's live SSH connections

local only
HydraDNS
by hydradns

Manage a self-hosted DNS firewall: block domains, create policies, read query logs and metrics.

local only
Greptimedb MCP Server
by greptimeteam

Query GreptimeDB metrics, logs and traces with SQL, TQL and RANGE. Manage pipelines and dashboards.

205 installs/wk local only
HomeLab Monitor
by sikamikanikobg

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

local only
Attestor
by bolnet

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

252 installs/wk local only
SigNoz MCP Server
by signoz

SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants

local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

681 installs/wk local only
Grafana
by mcparmory

Manage dashboards, users, teams, alerts, data sources, and access control

236 installs/wk local only

Termix — questions

Answers built from our own checks of this server.

Why is there no uptime for Termix?
Termix 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 termix-mcp.
How do I connect Termix?
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 termix-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Termix open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.