Skip to content
Zed

nasa images for Zed

io.github.kaitoy/nasa-images

MCP server with UI for NASA images

client:Zed transport:stdio runtime:npm

Install nasa images 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": {
    "nasa-images": {
      "command": "npx",
      "args": [
        "-y",
        "@kaitoy/nasa-images-mcp-server"
      ],
      "env": {
        "NASA_API_KEY": "<NASA_API_KEY>"
      }
    }
  }
}

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

nasa images in other clients