Jaxonomy — hybrid dynamical systems on JAX for Cursor
io.github.machinavitalis/jaxonomy
Build, simulate and calibrate JAX block-diagram models of hybrid dynamical systems.
client:Cursor
transport:stdio
runtime:pypi
Install Jaxonomy — hybrid dynamical systems on JAX in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jaxonomy": {
"type": "stdio",
"command": "uvx",
"args": [
"jaxonomy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs