← Back to browse

agent-godmode

Indexed by io.github.mdvohra

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAGENT_GODMODE_ROOT
Claude Code
claude mcp add --env AGENT_GODMODE_ROOT= agent-godmode -- uvx agent-godmode
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"agent-godmode","command":"uvx","args":["agent-godmode"],"env":{"AGENT_GODMODE_ROOT":""}}'
JSON
{
  "mcpServers": {
    "agent-godmode": {
      "command": "uvx",
      "args": [
        "agent-godmode"
      ],
      "env": {
        "AGENT_GODMODE_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.