Skip to content
Cursor

Umbra open SAR archive for Cursor

io.github.reesehammer/umbra-mcp

Search, preview, and measure Umbra open SAR from any MCP client. Umbra ships no search API.

client:Cursor transport:stdio runtime:pypi

Install Umbra open SAR archive in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "umbra-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "umbra-py"
      ],
      "env": {
        "UMBRA_CANOPY_TOKEN": "<UMBRA_CANOPY_TOKEN>",
        "UMBRA_INDEX_DB": "<UMBRA_INDEX_DB>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Umbra open SAR archive in other clients