RETICOLO MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RETICOLO MCPsolve RCWA at 633 nm for a 1D grating"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RETICOLO MCP
⚠️ UNDER ACTIVE DEVELOPMENT — DO NOT USE ⚠️ 开发中,请勿使用
MCP server for the RETICOLO V10 rigorous coupled-wave analysis (RCWA) solver. Wraps MATLAB R2025b via the Engine API so agents can compute RCWA spectra, convergence scans, and field maps without launching the MATLAB desktop.
Quick start
# 1. Create and activate the conda environment
conda create --name reticolo-mcp python=3.11 -y
conda activate reticolo-mcp
# 2. Install the MCP package
pip install mcp
# 3. Install MATLAB Engine API (one-time)
cd "D:\Program Files\MATLAB\R2025b\extern\engines\python"
pip install .
# 4. Install this package (non-editable)
pip install .
# 5. Run the server
python -m reticolo_mcp.serverRelated MCP server: axiomatic-mcp
Configuration
The server expects RETICOLO V10 at reticolo_v10/reticolo_allege_v10/ relative
to the repository root. The bundled copy is provided under the CC-BY 4.0 license
(see NOTICE).
Override the path with RETICOLO_MCP_DIR:
$env:RETICOLO_MCP_DIR = "D:\RETICOLO V10\V10_2025\reticolo_allege_v10"Tools
Tool | Description |
| Start MATLAB engine, apply disk-safety settings |
| Stop engine and release license |
| Report engine state |
| Solve one wavelength (R, T, A) |
⚠ Disk safety
RETICOLO's internal retio system spills large matrices to disk during high-
order scans. This server disables that behavior at startup (vmax=Inf) and
redirects MATLAB temp files to D:\matlab_temp. See Desktop\plans\RETICOLO_MCP_development_plan.md
for the complete M0 safety design.
License
MCP wrapper code (all Python files): MIT License.
Bundled RETICOLO V10 (
reticolo_v10/): CC-BY 4.0, copyright Jean Paul Hugonin and Philippe Lalanne. DOI: 10.5281/zenodo.14631951.
See LICENSE and NOTICE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/garbage-enzyme/RETICOLO_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server