Skip to content
Grok

Dense Evolution for Grok

io.github.tatopenn-cell/dense-evolution

Real quantum circuit simulator, VQE, molecular Hamiltonians, QM/MM forces, and MD via 21 tools.

client:Grok transport:stdio runtime:pypi

Install Dense Evolution in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dense-evolution": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dense-evolution"
      ],
      "env": {
        "DENSE_EVOLUTION_KERNEL_URL": "<DENSE_EVOLUTION_KERNEL_URL>"
      }
    }
  }
}

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

Dense Evolution in other clients