Skip to content
Zed

AreaCode.fyi MCP Server for Zed

io.github.riv-lc/areacode-mcp

North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi.

client:Zed transport:stdio runtime:npm

Install AreaCode.fyi MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "areacode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@riv-lc/areacode-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AreaCode.fyi MCP Server in other clients