We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dirkenglund/qudi-mcp-integration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements-full.txt•1002 B
# qudi MCP Integration - Full qudi Installation Requirements
# For real hardware control and full qudi integration
# Core MCP dependencies
# mcp>=0.1.0 # Currently using built-in implementation
# qudi and instrument control (when available)
# qcodes>=0.37.0 # For instrument drivers
# pyvisa>=1.12.0 # For instrument communication
# Scientific computing
numpy>=1.21.0
scipy>=1.7.0
# Data handling and storage
pandas>=1.3.0
h5py>=3.3.0
tables>=3.7.0
# Async support
asyncio>=3.4.3
# Logging and monitoring
structlog>=21.1.0
# Plotting and visualization
matplotlib>=3.4.0
# Hardware interface (when needed)
# pyserial>=3.5
# usb>=1.0.0
# Optional: Advanced features
# jupyter>=1.0.0 # For notebook integration
# bokeh>=2.4.0 # For interactive plots
# dash>=2.0.0 # For web dashboards
# Note: Full qudi installation requires:
# 1. Clone qudi-core repository
# 2. Install qudi-core in development mode
# 3. Configure hardware-specific drivers
# 4. Set up measurement modules