Homecastr MCP for Windsurf
io.github.dhardestylewis/homecastr
U.S. property forecasts, public benchmarks, and permit or environmental context through MCP.
client:Windsurf
transport:stdio
runtime:npm
Install Homecastr MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs