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