Skip to content
Zed

fmp for Zed

io.github.houtini-ai/fmp

Access financial data and market information via Financial Modeling Prep API

client:Zed transport:stdio runtime:npm

Install fmp 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": {
    "fmp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<FMP_API_KEY>"
      }
    }
  }
}

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

fmp in other clients