← Back to Plugins
MCP Server MCP

agent-godmode

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx agent-godmode

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...