Skip to content
Grok

QuantContext for Grok

io.github.zomma-dev/quantcontext

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

client:Grok transport:stdio runtime:pypi

Install QuantContext in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

QuantContext in other clients