agent-godmode
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 vars
AGENT_GODMODE_ROOTClaude Code
claude mcp add --env AGENT_GODMODE_ROOT= agent-godmode -- uvx agent-godmode
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.