Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Homecastr MCP in other clients