Skip to content
Zed

nasa mcp for Zed

io.github.mrfentmen/nasa-mcp

Unified NASA server: APOD, asteroids (NEO), Mars rover photos, InSight weather, and TechPort...

client:Zed transport:stdio runtime:npm

Install nasa mcp in Zed

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

{
  "context_servers": {
    "nasa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/nasa-mcp"
      ]
    }
  }
}

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

nasa mcp in other clients