Odel
agent-godmode

agent-godmode

Local
@mdvohraPythonUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagent-godmodev0.1.9

Run

uvx agent-godmode

MCP client config

{
  "mcpServers": {
    "agent-godmode": {
      "command": "uvx",
      "args": [
        "agent-godmode"
      ]
    }
  }
}