Skip to content
Grok

IPCC AR6 Climate Retrieval for Grok

io.github.aswanisahoo/climate-ipcc-rag

Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported.

client:Grok transport:stdio runtime:oci

Install IPCC AR6 Climate Retrieval in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "climate-ipcc-rag": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "GOOGLE_GENAI_USE_VERTEXAI": "<GOOGLE_GENAI_USE_VERTEXAI>",
        "GOOGLE_CLOUD_PROJECT": "<GOOGLE_CLOUD_PROJECT>"
      }
    }
  }
}

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

IPCC AR6 Climate Retrieval in other clients