Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

alphasmo tools in other clients