agent-godmode for VS Code
io.github.mdvohra/agent-godmode
Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.
client:VS Code
transport:stdio
runtime:pypi
Install agent-godmode in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agent-godmode-root",
"description": "AGENT_GODMODE_ROOT",
"password": true
}
],
"servers": {
"agent-godmode": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-godmode"
],
"env": {
"AGENT_GODMODE_ROOT": "${input:agent-godmode-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs