MCP server for OMICRON CMC relay test equipment control
Project description
omicron-mcp
MCP server for OMICRON CMC relay test equipment control.
Install
pip install omicron-mcp
Or for development:
pip install -e .
Configuration
DLL path resolution order:
- Environment variable
OMICRON_DLL_DIR - Config file
~/.omicron-mcp/config.toml - Local
CMEngine_py/dll/(development) - Common OMICRON install paths
First run will create a default config at ~/.omicron-mcp/config.toml.
Usage
omicron-mcp # as installed command
python -m omicron_mcp # as module
Or via VS Code MCP config (.vscode/mcp.json):
{
"servers": {
"omicron": {
"type": "stdio",
"command": "omicron-mcp"
}
}
}
For uvx (no pre-install needed):
{
"servers": {
"omicron": {
"type": "stdio",
"command": "uvx",
"args": ["omicron-mcp"]
}
}
}
Prerequisites
- OMICRON Test Universe installed (provides CMEngine DLLs)
- Windows (COM / .NET interop required)
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 omicron_mcp-0.1.0.tar.gz.
File metadata
- Download URL: omicron_mcp-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a5f9841310ac692bf214803f9e79d5b8cd21a050c8c6a083676a2a6147caca6
|
|
| MD5 |
cc49b2ac41fb531e10bf42320262a368
|
|
| BLAKE2b-256 |
5249628d4c1cdafbd81af3a94d145cffae0c57a6e422c3a20f91f73f2f57464d
|
File details
Details for the file omicron_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: omicron_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae61a0e20286ecc46b5b97e4ab9a6c8eeb9a5b5289cdfcb2645017e2208c2b09
|
|
| MD5 |
75092123afb6b5847a3673f89627f038
|
|
| BLAKE2b-256 |
8090df74ce977cb0aa359e7a45b0761e3bf02f34df7cc4bfaf44979ff9ccdf96
|