Skip to content
Cursor

agent-godmode for Cursor

io.github.mdvohra/agent-godmode

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

client:Cursor transport:stdio runtime:pypi

Install agent-godmode in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-godmode": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-godmode"
      ],
      "env": {
        "AGENT_GODMODE_ROOT": "<AGENT_GODMODE_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent-godmode in other clients