mcpbeat Sign in

Envspeak MCP Server

local only

Envspeak runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 27 Aug 2026.

MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes

Installs per day peak 78 · avg 8 · +64% w/w
a month agotoday
33
Installs / week
npm · @patrizzos/envspeak
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Envspeak

same job, measured the same way
Docker MCP Server
by l337-org

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

540 installs/wk local only
Docker
by ofershap

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

193 installs/wk local only
Kubernetes MCP Server
by containers

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

6 636 installs/wk local only
K8gentS — Kubernetes RCA MCP Server
by jdoornink

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

local only
Dokploy MCP Server
by sapientsai

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

110 installs/wk local only
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
Arcane RMCP
by dinglebear

Rust MCP server and CLI for Arcane Docker and container management.

local only
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only

Envspeak — questions

Answers built from our own checks of this server.

Why is there no uptime for Envspeak?
Envspeak 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 npm package @patrizzos/envspeak was installed 33 times last week.
How do I connect Envspeak?
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 @patrizzos/envspeak straight from npm; nothing to host, nothing to sign up for.
How many people use Envspeak?
The npm package @patrizzos/envspeak was installed 33 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Envspeak open source?
Yes — it is published under the MIT licence, written in JavaScript 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.