Skip to content
Zed

clawallex mcp for Zed

io.github.clawallex-tech/clawallex-mcp

MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards

client:Zed transport:stdio runtime:npm

Install clawallex mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "clawallex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@clawallex/mcp-server"
      ],
      "env": {
        "CLAWALLEX_API_KEY": "<CLAWALLEX_API_KEY>",
        "CLAWALLEX_API_SECRET": "<CLAWALLEX_API_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clawallex mcp in other clients