EPICS-MCP-Server
If you are the rightful owner of EPICS-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The EPICS MCP Server is a Python-based server designed to interact with EPICS process variables (PVs).
The EPICS MCP Server is a Python-based server designed to interact with EPICS (Experimental Physics and Industrial Control System) process variables (PVs). It provides a set of tools to retrieve PV values, set PV values, and fetch detailed information about PVs. The server is built using the mcp framework and communicates over stdio, making it suitable for integration into larger control systems or workflows. This tool is particularly useful in environments where EPICS PVs are used for monitoring and controlling hardware or software parameters.
Features
- get_pv_value: Retrieve the value of a specified PV.
- set_pv_value: Set a new value for a specified PV.
- get_pv_info: Fetch detailed information about a specified PV.