Skip to content
Zed

QuantContext for Zed

io.github.zomma-dev/quantcontext

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

client:Zed transport:stdio runtime:pypi

Install QuantContext in Zed

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

{
  "context_servers": {
    "quantcontext": {
      "command": "uvx",
      "args": [
        "quantcontext-mcp"
      ]
    }
  }
}

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

QuantContext in other clients