MCP Server
MCP
Jaxonomy — hybrid dynamical systems on JAX
Build, simulate and calibrate JAX block-diagram models of hybrid dynamical systems.
Install
uvx jaxonomy
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "jaxonomy",
"version": "3.4.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The server ships behind Jaxonomy's optional [mcp] extra, so the runner installs the extra rather than the bare package.",
"isRequired": true,
"value": "jaxonomy[mcp]==3.4.1",
"type": "named",
"name": "--from"
},
{
"description": "Console entry point that starts the stdio MCP server.",
"isRequired": true,
"value": "jaxonomy-mcp",
"type": "positional",
"valueHint": "command"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment