Skip to content
Zed

stocksense for Zed

io.github.mikejj-creation/stocksense

Financial data for AI agents: SEC filings, price history, insider trades, and more.

client:Zed transport:stdio runtime:pypi

Install stocksense in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stocksense": {
      "command": "uvx",
      "args": [
        "stocksense"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stocksense in other clients