Skip to content
Grok

Foundry/API for Grok

io.github.angelus213/foundry-api

Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

client:Grok transport:streamable-http

Install Foundry/API in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "foundry-api": {
      "type": "http",
      "url": "https://prodapi.live/mcp"
    }
  }
}

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

Foundry/API in other clients