fmp mcp for Zed
io.github.mrfentmen/fmp-mcp
MCP server for Financial Modeling Prep: quotes, profiles, financials. Free key.
client:Zed
transport:stdio
runtime:npm
Install fmp mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fmp-mcp": {
"command": "npx",
"args": [
"-y",
"fmp-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs