mcp server for Zed
io.github.top5stocksapi/mcp-server
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"top5stocks-mcp-server"
],
"env": {
"TOP5STOCKS_API_KEY": "<TOP5STOCKS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs