IPCC AR6 Climate Retrieval for Cursor
io.github.aswanisahoo/climate-ipcc-rag
Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported.
client:Cursor
transport:stdio
runtime:oci
Install IPCC AR6 Climate Retrieval in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs