M
Mcpsim
by @miaoh15
Simulation framework for electron multipliers based on secondary electron emission.
Created 4/24/2026
Updated about 23 hours ago
README
Repository documentation and setup instructions
This framework is designed for the simulation of Micro Channel Plate(MCP).
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/miaoh15/MCPSim
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"miaoh15-mcpsim": {
"command": "git",
"args": [
"clone",
"https://github.com/miaoh15/MCPSim"
]
}
}
}