SysML V2 API
БесплатноНе проверенA MCP server written in C++ that provides AI models and agents with a SysML v2 model as context.
Описание
A MCP server written in C++ that provides AI models and agents with a SysML v2 model as context.
README
[!WARNING] This project is currently WORK IN PROGRESS, has not yet been officially released, and is by no means suitable for productive use!
About This Project
The Model Context Protocol (MCP) is basically an open protocol for communication between AI models (e.g., ChatGPT, Google Gemini or Claude) and external systems. MCP was officially unveiled by Antropic PBC on November 25, 2024, and released as an open-source project (see https://modelcontextprotocol.io/).
The goal of this project is to develop a MCP server written in C++ that provides AI models and agents with a SysML v2 model as context. For this purpose, the server can access a REST endpoint via HTTP/HTTPS that offers resources and methods defined by the SysML v2 Application Programming Interface (API) & Services specification (You can find the pilot implementation here: https://github.com/Systems-Modeling/SysML-v2-API-Services).
Architecture and Design
System Context
The analysis of the system context serves to answer the question: How will the so-called system of interest—in this case our SysML v2 API MCP Server—be embedded in its operational environment? In other words, a system context view is a view that depicts and describes the external systems and users with which our MCP Server directly communicates or interacts. Thus, the context also defines the system boundary.
The following diagram uses UML (Unified Modeling Language) notation to depict the system context.
Internal Structure (Building Blocks)
The following UML class diagram depicts the components (building blocks) that made up the SysML v2 API MCP server. These are all C++ classes and interfaces (abstract classes without implementations).
One of the main architecture goals is high modularity. The implementation has a modular structure and can be easily expanded with additional MCP transport layers (e.g., gRPC) or other/additional HTTP tool clients. In particular, the SysML v2-specific part of the implementation (see folder src/sysmlv2) is small, clearly delineated, and loosely coupled with the rest of the server implementation. This ensures that the other code can be easily reused, e.g., to create another MCP server for a different purpose.
Dependencies
The following UML package diagram depicts the project's dependencies on third-party projects and libraries.
Usage
License
MIT license (© 2025 Stephan Roth)
Установка SysML V2 API
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/redsteve/SysML-v2-API-MCP-ServerFAQ
SysML V2 API MCP бесплатный?
Да, SysML V2 API MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SysML V2 API?
Нет, SysML V2 API работает без API-ключей и переменных окружения.
SysML V2 API — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить SysML V2 API в Claude Desktop, Claude Code или Cursor?
Открой SysML V2 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 SysML V2 API with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
