Homecastr MCP for Zed
io.github.dhardestylewis/homecastr
U.S. property forecasts, public benchmarks, and permit or environmental context through MCP.
client:Zed
transport:stdio
runtime:npm
Install Homecastr MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"homecastr": {
"command": "npx",
"args": [
"-y",
"homecastr-mcp-server"
],
"env": {
"HOMECASTR_API_KEY": "<HOMECASTR_API_KEY>",
"HOMECASTR_API_URL": "<HOMECASTR_API_URL>",
"WORLDCASTR_API_KEY": "<WORLDCASTR_API_KEY>",
"WORLDCASTR_API_URL": "<WORLDCASTR_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs