Starfetch for Zed
io.github.starfetch-js/starfetch
Query public astronomy catalogs through metadata-first TAP and ADQL tools.
client:Zed
transport:stdio
runtime:npm
Install Starfetch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"starfetch": {
"command": "npx",
"args": [
"-y",
"@starfetch-js/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs