homebase for Zed
io.github.jazib/homebase
School district lookup, PA EIT tax rates, and mortgage affordability calculator
client:Zed
transport:stdio
runtime:npm
Install homebase in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"homebase": {
"command": "npx",
"args": [
"-y",
"homebase-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs