mcpbeat Sign in

agent-godmode MCP Server

local only

agent-godmode runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi. Last commit 20 May 2026.

Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.

Installs per day peak 84 · avg 24 · +2% w/w
a month agotoday
122
Installs / week
pypi · agent-godmode
0
Stars
0 open issues
20 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_command.argv → src/agent_godmode/tools.py:205
        proc = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: AGENT_GODMODE_ROOT (Absolute workspace root; only paths under this directory are allowed. Omit if you pass --root to the CLI.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to agent-godmode

same job, measured the same way
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Agent Workspace MCP
by hrrodan

A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.

local only
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
Tenki Sandbox MCP
by luxorlabs

Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.

70 installs/wk local only
sayou
by pixell-global

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

52 installs/wk local only
Pibox
by psyb0t

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

local only
Poly-Glot AI Workspace
by hmoses

Multilingual AI workspace: 1,000+ prompts, Compare Mode, 35 languages, BYOM. Free trial.

15 tools answering
PLwC - Personality Layer with Conscience
by mhoedt-ai

Governed local MCP gateway for workspace, sandbox, document and profile operations.

local only

agent-godmode — questions

Answers built from our own checks of this server.

Why is there no uptime for agent-godmode?
agent-godmode 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 agent-godmode was installed 122 times last week.
How do I connect agent-godmode?
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 agent-godmode straight from pypi; nothing to host, nothing to sign up for.
How many people use agent-godmode?
The pypi package agent-godmode was installed 122 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is agent-godmode open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.