Skip to content
Cursor

QuantContext for Cursor

io.github.zomma-dev/quantcontext

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

client:Cursor transport:stdio runtime:pypi

Install QuantContext in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "quantcontext": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quantcontext-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QuantContext in other clients