Claude Code

Claude Code

2

min read

Using with Claude Code with API Key
  1. Get the api key from https://apps.gomarble.ai/settings/api-keys

  2. Run this into the terminal :

    claude mcp add --transport http gomarble https://apps.gomarble.ai/mcp-api/mcp --header "Authorization: Bearer <your copied token>"
Using with Claude Code with OAuth
  1. Create an account on https://apps.gomarble.ai

  2. Run this into the terminal :

    claude mcp add --transport sse gomarble https://apps.gomarble.ai/mcp-api/sse 
  3. Run Claude Code

  4. Go to /mcp and follow onscreen instructions to authenticate your connection



On This Page