← Back to Plugins
MCP Server MCP

Jaxonomy — hybrid dynamical systems on JAX

github By github 👁 1 views ▲ 0 votes

Build, simulate and calibrate JAX block-diagram models of hybrid dynamical systems.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...