quantum mcp for Cursor
io.github.andylbrummer/quantum-mcp
GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations
client:Cursor
transport:stdio
runtime:pypi
Install quantum mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quantum-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scicomp-quantum-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs