godmode

Usage

Install and first steps

Install

npm install -g godmode

Add an extension

godmode extension add stripe

Use it

godmode api stripe customers cus_123
godmode mcp stripe

Claude Code

{
  "mcpServers": {
    "stripe": {
      "command": "godmode",
      "args": ["mcp", "stripe"]
    }
  }
}

On this page