Skip to content
Grok

mcp api for Grok

ai.gomarble/mcp-api

GoMarble MCP API Server

client:Grok transport:sse

Install mcp api in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-api": {
      "type": "sse",
      "url": "https://apps.gomarble.ai/mcp-api/sse"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp api in other clients