sysml-rs

RickyMillar/sysml-rs
★ 0 stars Rust Code/Dev Tools Updated 2d ago
A Rust implementation of the OMG SysML v2 specification: parser, semantic model, execution runtime, LSP server, CLI, and REST/MCP APIs. Pre-alpha.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sysml-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "sysml-rs"
      ]
    }
  }
}

README Excerpt

A Rust implementation of the OMG **SysML v2** specification: an incremental parser, a semantic model, an execution and physics runtime, and the tooling that sits on top — a CLI, a language server, REST and MCP services, a VS Code extension, and a desktop workbench. > ### This is a preview > > sysml-rs implements a **substantial subset** of SysML v2, tracked against the

Tools (1)

sysml

Topics

kermllanguage-serverlspmbsemodelingomg-specificationrustsimulationsysmlsysml-v2systems-engineeringtree-sitter