Skip to content

Quant Research MCP for Zed

io.github.flawlessbyte/quant-research-mcp

Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders.

client:Zed transport:stdio runtime:pypi

Install Quant Research MCP in Zed

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

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

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

Quant Research MCP in other clients