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
Release files for mcp-fmu 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mcp_fmu-0.1.2.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mcp_fmu-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / mcp_fmu-0.1.2.tar.gz
| Download URL | mcp_fmu-0.1.2.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
132a31a73a247384892196ee52fe9a72da3b0bd8a1f86e47f4ff1a027178f8ad
|
|
BLAKE2b-256 checksum How to use checksums |
e46ed753e5de24123cb1f562bfb84c96d793114203e32874c0d92ff3c4479710
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.8
|
Release files / mcp_fmu-0.1.2-py3-none-any.whl
| Download URL | mcp_fmu-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c62fc4c2c454c6f6a2d7b6509a2e1f8c9652576f1ba476001520b38c959f7d3c
|
|
BLAKE2b-256 checksum How to use checksums |
5e52bb36b66e6d83a51ce3fedb82dc9390cf477943308917b1b69bf987a6a1eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.7.8
|