Skip to content
Zed

IPCC AR6 Climate Retrieval for Zed

io.github.aswanisahoo/climate-ipcc-rag

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

client:Zed transport:stdio runtime:oci

Install IPCC AR6 Climate Retrieval in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "climate-ipcc-rag": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

IPCC AR6 Climate Retrieval in other clients