GetBirthChart MCP for Zed
io.github.getbirthchart-com/getbirthchart-mcp
Official MCP server for GetBirthChart astrology calculations.
client:Zed
transport:stdio
runtime:npm
Install GetBirthChart MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"getbirthchart-mcp": {
"command": "npx",
"args": [
"-y",
"@getbirthchart/mcp"
],
"env": {
"GETBIRTHCHART_API_KEY": "<GETBIRTHCHART_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs