Dense Evolution for VS Code
io.github.tatopenn-cell/dense-evolution
Real quantum circuit simulator, VQE, molecular Hamiltonians, QM/MM forces, and MD via 21 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Dense Evolution in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "dense-evolution-kernel-url",
"description": "DENSE_EVOLUTION_KERNEL_URL",
"password": true
}
],
"servers": {
"dense-evolution": {
"type": "stdio",
"command": "uvx",
"args": [
"dense-evolution"
],
"env": {
"DENSE_EVOLUTION_KERNEL_URL": "${input:dense-evolution-kernel-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs