★ 1 stars
Jupyter Notebook
📁 File System
Updated today
Resonance is a Python package for the ALS-RSOXS Beamline Control System. It provides a high-level API for motor control, analog inputs, NEXAFS scans, and an MCP server for beamline access.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"resonance": {
"command": "npx",
"args": [
"-y",
"ALS-RSOXS/Resonance"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add resonance npx -y ALS-RSOXS/Resonance
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"resonance": {
"command": "npx",
"args": [
"-y",
"ALS-RSOXS/Resonance"
]
}
}
}
📋 Copy
Topics
advanced-light-source agentic-infrastructure instrument-control scientific-computing