Skip to content
Zed

fred mcp for Zed

io.github.mrfentmen/fred-mcp

MCP server for FRED economic data: series, observations. Needs a free API key.

client:Zed transport:stdio runtime:npm

Install fred mcp in Zed

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

{
  "context_servers": {
    "fred-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fred-mcp"
      ]
    }
  }
}

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

fred mcp in other clients