Jgs Sysmlv2 Api
БесплатноНе проверенAn MCP server that gives an AI agent read and write access to a live SysML v2 model through the vendor-neutral OMG SysML v2 REST API.
Описание
An MCP server that gives an AI agent read and write access to a live SysML v2 model through the vendor-neutral OMG SysML v2 REST API.
README
jgs-sysmlv2-api-mcp
An MCP server that gives an AI agent read and write access to a live SysML v2 model through the vendor-neutral OMG SysML v2 REST API.
What it is, who it's for
This server talks to any conformant SysML v2 API endpoint: the OMG reference pilot, or a commercial implementation. There is no CATIA Magic, no desktop tool, no GUI in the loop. If your systems model already lives in a headless SysML v2 API repository, and you want an AI agent to explore it, extend it, or restructure it directly, this is the bridge.
Writes go through a staged-commit model. create, modify, and delete operations accumulate in an in-process buffer, get reviewed as a batch, and are posted as one atomic commit gated by a confirmation token bound to the exact buffer contents. Nothing reaches the API until you have seen what is about to be sent.
It is for teams and individual engineers who want an agent working directly against a SysML v2 API project: exploring an existing model, authoring new elements and relationships, running parallel branches per agent session, or managing project lifecycle, all through the standard API rather than a proprietary desktop integration.
Companion to
jgs-magic-sysmlv2-mcp, which drives a running Cameo instance instead. Use this server when the model lives in a headless SysML v2 API repository; use the Cameo bridge when it lives in a running Cameo desktop session.
Install
pip install -e .
pip install "git+https://github.com/Systems-Modeling/SysML-v2-API-Python-Client.git"
Requires Python 3.11 or later. See docs/install.md for prerequisites, the local pilot Docker recipe, and how to verify the install with the ping tool.
Usage
Set the required environment variables and run the server over stdio:
export SYSMLV2_BASE_URL=https://your-sysmlv2-endpoint.example.com
export SYSMLV2_TOKEN=your-bearer-token
export SYSMLV2_PROJECT=your-project-uuid
python -m jgs_sysmlv2_api_mcp
The server exposes 35 tools across five areas: navigation reads, staged authoring writes, project lifecycle, branch and tag versioning, and infrastructure (ping, stats). See docs/usage.md for four fully walked workflows (exploring an unfamiliar model, authoring and committing a change, running one branch per agent session, and managing project lifecycle), and docs/TOOL-REFERENCE.md (or the browsable docs/index.html / docs/tool-reference.html pages) for the complete, generated tool list with parameters.
Install with your AI agent
Repository: https://github.com/jgsystemsconsulting/jgs-sysmlv2-api-mcp
Version: v1.0.1
Install:
pip install -e .
pip install "git+https://github.com/Systems-Modeling/SysML-v2-API-Python-Client.git"
Human step (cannot be automated): add this server to your MCP client's
config (see examples/.mcp.json.example) and restart the client so it
picks up the new server.
This repo also ships host-native plugin manifests, so it can be discovered from inside a
coding-agent host rather than hand-edited into an MCP config: Claude Code
(/plugin marketplace add jgsystemsconsulting/jgs-sysmlv2-api-mcp), Cursor
(.cursor-plugin/, point Cursor at this repo), OpenAI Codex CLI (.agents/plugins/marketplace.json,
also read via the legacy .claude-plugin/ path), and Gemini CLI
(gemini extensions install https://github.com/jgsystemsconsulting/jgs-sysmlv2-api-mcp).
License
Proprietary, copyright 2026 JG Systems Consulting Ltd. See LICENSE for full terms and docs/licensing.md for a plain-language summary and how to request a license.
Support
Open an issue on GitHub for bugs and questions. For security vulnerabilities, follow the private reporting process in SECURITY.md rather than opening a public issue.
Design notes
Three ground-truth facts, discovered by a day-one spike against the pilot, shape the code:
- The commit POST body is a
CommitRequest, not aCommit. There is no client-supplied top-level@id; the server assigns the commit id. - The official client's typed
Elementmodel dropsdeclaredNameand other SysML payload fields. Reads go through a raw-JSON path instead of typed models. - Reconciliation keys on branch head-advance, not a client-minted commit id. The commit list is not guaranteed to be newest-first, so head is always resolved by walking
previousCommitparentage, never by trusting list order.
The full spike results, design decisions, and tier-by-tier implementation history live in docs/dev/, which is engineering history, not customer documentation.
Version
Current release: v1.0.1. See CHANGELOG.md for what changed.
Установка Jgs Sysmlv2 Api
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jgsystemsconsulting/jgs-sysmlv2-api-mcpFAQ
Jgs Sysmlv2 Api MCP бесплатный?
Да, Jgs Sysmlv2 Api MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jgs Sysmlv2 Api?
Нет, Jgs Sysmlv2 Api работает без API-ключей и переменных окружения.
Jgs Sysmlv2 Api — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Jgs Sysmlv2 Api в Claude Desktop, Claude Code или Cursor?
Открой Jgs Sysmlv2 Api на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Jgs Sysmlv2 Api with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
