agent-godmode✓
io.github.mdvohra/agent-godmode · v0.1.9
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mdvohra/agent-godmode",
"description": "Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.",
"title": "agent-godmode",
"repository": {
"url": "https://github.com/mdvohra/agent-godmode",
"source": "github"
},
"version": "0.1.9",
"packages": [
{
"registryType": "pypi",
"identifier": "agent-godmode",
"version": "0.1.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute workspace root; only paths under this directory are allowed. Omit if you pass --root to the CLI.",
"format": "string",
"name": "AGENT_GODMODE_ROOT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}