{"slug":"mdvohra/agent-godmode","name":"agent-godmode","description":"A Python MCP package that gives your LLM agents complete file system and shell capabilities â production-ready, sandboxed, and wired to any LLM in minutes.","category":"development","tags":[],"official":false,"stars":0,"transport":"stdio","install":[{"cmd":"pip install agent-godmode","imports":[]}],"tools":[{"name":"read_file","description":"Read a UTF-8 text file; optional line range and byte cap."},{"name":"write_file","description":"Create or overwrite/append UTF-8 text; creates parent directories."},{"name":"edit_file","description":"Search-and-replace in an existing UTF-8 file: non-empty old_string, optional replace_all. With replace_all=false, old_string must match exactly once (use surrounding context from read_file for uniqueness). Invalid UTF-8 returns an error instead of corrupting binary data."},{"name":"list_files","description":"List directory entries with optional recursion, glob, depth cap, dotfile control."},{"name":"run_command","description":"Run a subprocess from an argv list only (no shell); optional cwd under the root."}],"env_vars":["OPENAI_API_KEY","HAS_OPENAI_KEY"],"auth_type":"none","github":"https://github.com/mdvohra/agent-godmode","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}