mcpbeat Sign in

Zeus Dev Helper MCP Server

local only

Zeus Dev Helper runs on your own machine — the client starts it, so there is no endpoint to ping.

Coach first Zeus Client app to green (stdio MCP).

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
pypi · zeus-dev-helper-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 zeus-dev-helper -- uvx zeus-dev-helper-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zeus-dev-helper": {
      "args": [
        "zeus-dev-helper-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zeus-dev-helper]
command = "uvx"
args = ["zeus-dev-helper-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zeus-dev-helper": {
      "args": [
        "zeus-dev-helper-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zeus-dev-helper": {
      "args": [
        "zeus-dev-helper-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ZEUS_URL (Public Zeus API base URL (port 8080, never Hub :9091).), ZEUS_BUCKET (Default bucket for bootstrap and auth probes.), ZEUS_SCOPE (Default scope for bootstrap and auth probes.), ZEUS_USERNAME (Zeus basic-auth username (presence only; never logged).), ZEUS_PASSWORD (Zeus basic-auth password (presence only; never logged).), ZEUS_BEARER_TOKEN (Zeus bearer token (presence only; never logged).), ZEUS_CHAT_REQUEST_DIR (Local clone of zeus_chat_request for offline min templates.), GITHUB_TOKEN (GitHub token to fetch private zeus_chat_request catalogs.), DEMO_TRAVEL_SAMPLE_DIR (Local clone of demo_travel_sample for travel_golden_path.), ZEUS_DEV_HELPER_TOOLSETS (Static toolsets: core (default) plus catalog,lint,travel,support,handoff or all.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zeus Dev Helper

same job, measured the same way
SignNow Api Helper MCP
by signnow

MCP server for SignNow API helper tools (stdio only).

49 installs/wk local only
pREST
by prest

Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs.

local only
MCP Stdio
by shigechika

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

950 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

159 installs/wk local only
Strava MCP Bridge
by millerchou

Use Strava's official MCP from Codex and other local stdio clients without a developer app.

27 installs/wk local only
Nerdio Manager MCP
by servosity

The first non-PowerShell client for the Nerdio Manager for MSP API - cross-account AVD fleet

local only
C
brainCloud MCP
by braincloudservers

Manage brainCloud apps, cloud code, hooks and servers; API lookups to help generate client code.

answering
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

43 installs/wk local only

Zeus Dev Helper — questions

Answers built from our own checks of this server.

Why is there no uptime for Zeus Dev Helper?
Zeus Dev Helper 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 zeus-dev-helper-mcp.
Is Zeus Dev Helper still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Zeus Dev Helper?
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 zeus-dev-helper-mcp straight from pypi; nothing to host, nothing to sign up for.