mcp server for fmu simulation
Project description
mcp-fmu
MCP server for fmu.
Prerequisites
- Install
uvfrom https://docs.astral.sh/uv/getting-started/installation/
Use with VS Code
Follow detailed instructions here: https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_enable-mcp-support-in-vs-code for MCP server setup in VS Code.
Option1: Install from commandline:
code --add-mcp "{\"name\":\"mcp-fmu\",\"command\":\"uvx\",\"args\":[\"mcp-fmu\"]}"
Option 2: Manual installation:
Follow the instructions here for adding MCP server to VS Code: https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server
Use the following MCP server configuration for mcp-fmu server:
{
"mcp": {
"servers": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-fmu"],
}
}
}
Use with Claude Desktop
Follow detailed instructions here: https://modelcontextprotocol.io/quickstart/user for Claude Desktop MCP server setup.
MCP server configuration for mcp-fmu:
{
"mcpServers": {
"mcp-fmu": {
"command": "uvx",
"args": ["mcp-fmu"],
}
}
}
NOTE: Claude Desktop sometimes would fail due to not being able to finx uvx, use the absolute path of uvx instead
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_fmu-0.1.2.tar.gz.
File metadata
- Download URL: mcp_fmu-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
132a31a73a247384892196ee52fe9a72da3b0bd8a1f86e47f4ff1a027178f8ad
|
|
| MD5 |
5a0d965eeb4def572131e8c76c500fcf
|
|
| BLAKE2b-256 |
e46ed753e5de24123cb1f562bfb84c96d793114203e32874c0d92ff3c4479710
|
File details
Details for the file mcp_fmu-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mcp_fmu-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c62fc4c2c454c6f6a2d7b6509a2e1f8c9652576f1ba476001520b38c959f7d3c
|
|
| MD5 |
bcdb859d5ad817236310f0174ca0f189
|
|
| BLAKE2b-256 |
5e52bb36b66e6d83a51ce3fedb82dc9390cf477943308917b1b69bf987a6a1eb
|