Specialized MCP servers that give LLMs the ability to run quantum simulations, analyze material properties, and access structured knowledge โ reducing token usage and dramatically increasing accuracy.
Purpose-built tool servers for computational materials science, designed to plug into JSI and any MCP-compatible platform.
A unified framework for materials simulation that wraps major computational engines into a single, interoperable interface. Built on Pydantic objects and actions architecture โ MagicDorye lets AI agents set up, run, and parse atomistic simulations without guessing parameters. Integrated with LSQuant for multiscale workflows.
A graph knowledge base for materials science โ a structured, queryable repository of material properties, crystal structures, simulation parameters, and literature references. Acts as an extension of JSI's Alexandria memory system, but specialized for the physical sciences.
"Calculate the band gap of GaN in the wurtzite structure using DFT."
Plans the workflow: build structure โ query knowledge base for parameters โ run QE โ parse results. Delegates to workers with MagicDorye tools.
Returns validated pseudopotentials, recommended cutoff (80 Ry), k-mesh (8ร8ร4), and lattice parameters from literature.
Generates input files โ runs SCF relaxation โ runs band structure calculation โ parses output. Returns: band gap = 1.71 eV (GGA-PBE), with convergence data.
"The calculated band gap of wurtzite GaN is 1.71 eV (PBE), which underestimates the experimental value of 3.4 eV โ typical for GGA. Want me to run a hybrid functional (HSE06) for a more accurate result?"