Skip to content
Zed

jpl sbdb mcp for Zed

io.github.mrfentmen/jpl-sbdb-mcp

Asteroid and comet data from the NASA JPL Small Body Database. No key required.

client:Zed transport:stdio runtime:npm

Install jpl sbdb mcp in Zed

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

{
  "context_servers": {
    "jpl-sbdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jpl-sbdb-mcp"
      ]
    }
  }
}

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

jpl sbdb mcp in other clients