Xmimcp
An MCP server for querying SysML XMI export files, providing tools for exploring packages, classes, enumerations, and documentation
2 points
5.1K

What is the XMI MCP Server?

The XMI MCP Server is a tool specifically designed to handle SysML model export files (in XMI format). It can parse complex SysML model structures, allowing you to obtain various information in the model through simple queries, including package structures, class definitions, enumeration values, attribute relationships, etc. Whether you are a system architect, engineer, or project manager, you can quickly understand and analyze the content of SysML models through this tool.

How to use the XMI MCP Server?

Using the XMI MCP Server is very simple: First, configure the server in Claude Code, and then you can explore the model through natural language queries. You can directly ask Claude questions about the model, such as 'List all packages containing Asset' or 'Show detailed information about the CuttingTool class'. The server will automatically process these requests and return structured results.

Applicable scenarios

The XMI MCP Server is particularly suitable for the following scenarios: 1. Quickly consult the model structure during system architecture design. 2. Help new team members understand the existing system model. 3. Find specific elements during model review and validation. 4. Generate model documentation and reports. 5. Share model information during cross - team collaboration.

Main features

Package structure exploration
Browse the package hierarchy in the SysML model, support filtering by name, recursive search, and specific package queries to help you quickly understand the organization of the model.
Class/Block detailed analysis
Get the complete information of the class, including attributes, inheritance relationships, type definitions, and documentation comments. Support viewing inherited attributes and the complete class hierarchy.
Enumeration value management
View all enumeration types and their literal values defined in the model, including detailed documentation for each value, facilitating understanding of the value range of data types.
Full - text search
Perform keyword search in the documentation and comments of the entire model to quickly locate model elements containing specific terms and improve information retrieval efficiency.
Reference resolution
Resolve cross - reference relationships within the model and quickly find the corresponding model elements through xmi:id, facilitating tracking of complex model associations.
Model statistics
Get the overall statistical information of the model, including the number of packages, classes, enumerations, attributes, etc., to help evaluate the scale and complexity of the model.
Advantages
No need to directly operate complex XMI files. You can query model information through natural language.
Provide structured query results for easy understanding and further processing.
Support multiple query methods, including exact matching, pattern matching, and full - text search.
Seamlessly integrate with Claude Code for a smooth user experience.
Able to handle large - scale SysML models with stable performance.
Limitations
The server needs to be pre - configured in the Claude Code environment.
Only support SysML model export files in XMI format.
Cannot directly modify the model content, only provide query functions.
Basic knowledge of SysML models is required to effectively use the query functions.

How to use

Installation and building
First, ensure that Node.js is installed on your system. Then, clone or download the server code and run the installation and building commands.
Configure Claude Code
Open the user settings file of Claude Code and add the MCP server configuration. You can specify a custom XMI file path as needed.
Restart and verify
Restart Claude Code to make the configuration take effect, and then verify whether the server is working properly through a simple query.
Start querying
Now you can use various query tools to explore the SysML model, including finding packages, classes, enumerations, and searching documentation.

Usage examples

Understand the overall model structure
When you first encounter a SysML model, you need to quickly understand the overall organizational structure and scale of the model.
Find classes related to specific functions
During the system design process, you need to find all classes related to specific functions (such as tool management).
Analyze the inheritance relationship of a class
When understanding the design of a core class (such as Asset), you need to view its complete inheritance hierarchy.
Search for documentation of specific terms
When writing system documentation or conducting code reviews, you need to find all places in the model where specific terms are mentioned.

Frequently Asked Questions

The server fails to load. How should I troubleshoot?
How to specify a different XMI file path?
What should I do if the tool does not appear in Claude Code?
What types of SysML model queries are supported?
Can I modify or update the model content?

Related resources

Model Context Protocol official documentation
Understand the basic concepts and technical specifications of the MCP protocol
SysML official specification
The official specification and standard documentation of the SysML modeling language
Node.js official website
Download and install the Node.js runtime environment
Claude Code user guide
The official user documentation of the Claude Code editor

Installation

Copy the following command to your Client for configuration
{
     "mcpServers": {
       "xmimcp": {
         "command": "node",
         "args": ["C:\\source\\vibes\\xmimcp\\dist\\index.js"]
       }
     }
   }

{
  "mcpServers": {
    "xmimcp": {
      "command": "node",
      "args": ["C:\\source\\vibes\\xmimcp\\dist\\index.js"],
      "env": {
        "XMI_FILE_PATH": "C:\\path\\to\\your\\model.xml"
      }
    }
  }
}

{
  "mcpServers": {
    "xmimcp": {
      "command": "node",
      "args": ["C:\\source\\vibes\\xmimcp\\dist\\index.js"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
6.5K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
6.4K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
4.6K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.7K
4 points
P
Paperbanana
Python
7.0K
5 points
F
Finlab Ai
FinLab AI is a quantitative financial analysis platform that helps users discover excess returns (alpha) in investment strategies through AI technology. It provides a rich dataset, backtesting framework, and strategy examples, supporting automated installation and integration into mainstream AI programming assistants.
7.4K
4 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
7.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.8K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
36.2K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
25.1K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
74.2K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.8K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
65.9K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
32.2K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.3K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
98.0K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase