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)
{
"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