alphasmo tools for Zed
io.github.alphasmo/alphasmo-tools
CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence.
client:Zed
transport:stdio
runtime:npm
Install alphasmo tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"alphasmo-tools": {
"command": "npx",
"args": [
"-y",
"alphasmo"
],
"env": {
"ALPHASMO_API_KEY": "<ALPHASMO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs