Welcome back

Here's an overview of your Grapuco workspace.

Repositories
folder_open

-

API Keys
key

-

Credits
bolt

0 / 0

Plan
workspace_premium

Free

terminal

Connect your AI tool

Choose your client below to get started.

code

Antigravity

Add this JSON to your MCP Server Raw Config file:


          {
            "mcpServers": {
              "grapuco": {
                "$typeName": "exa.cascade_plugins_pb.CascadePluginCommandTemplate",
                "command": "npx",
                "args": [
                  "-y",
                  "mcp-remote",
                  "https://api.grapuco.com/mcp",
                  "--header",
                  "X-Api-Key: YOUR_API_KEY"
                ],
                "env": {},
                "disabled": true
              }
            }
          }
terminal

Claude Code (CLI)

Run this command in your terminal:

claude mcp add grapuco \
  --transport http \
  "https://api.grapuco.com/mcp?apiKey=YOUR_API_KEY"

Replace YOUR_API_KEY with the key from your API Keys page.

arrow_forwardGenerate an API Key to get started