plaask/fdtd-mcp

plaask★ 2Python最后同步: 2026-08-14

在 GitHub 打开

MCP server for Lumerical FDTD

README 摘要

FDTD MCP MCP server for Lumerical FDTD automation. Let AI assistants read, edit, run, and analyze FDTD simulations through the Model Context Protocol. 中文说明 Architecture The dual-process design isolates the MCP protocol (which needs modern Python) from the Lumerical API (which only runs on the bundled Python 3.6.8). The bridge communicates via line-delimited JSON over stdin/stdout. Installation Prerequisites: Python ≥ 3.10, Lumerical FDTD 1. Install the package 2. Register with Claude Code This auto-detects your Lumerical installation and prints the registration command (which includes the detected --lumerical-home ). Run the printed command, restart Claude Code, done. If fdtd-mcp is not on your PATH, replace it with python -m fdtd mcp.server in the printed command. If auto-detection fails If Lumerical is installed at a non-standard location, specify the path manually: Option A — pass it in the registration command: Option B — set the env var once: Other MCP clients (Cursor, VS Code, etc.) The JSON equivalent of claude mcp add . Auto-detection works here too: If auto-detection fails, add the --lumerical-home argument: DeepSeek Harness (DSH) The MCP server is bridged into DSH through…

在 GitHub 查看完整 README →
Agent/智能体agentclaude-codedshdsh-plugindsh-pluginslumerical-fdtdmcp

分类