astrodynamics-mcp for Zed
io.github.astro-tools/astrodynamics-mcp
Astrodynamics MCP server: TLE/SGP4, Lambert, access windows, porkchop, B-plane targeting.
client:Zed
transport:stdio
runtime:pypi
Install astrodynamics-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"astrodynamics-mcp": {
"command": "uvx",
"args": [
"astrodynamics-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs