Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"egtsr": {
"command": "python3",
"args": [
"-u",
"${CLAUDE_PLUGIN_ROOT}/run_mcp.py"
],
"env": {
"EGTSR_HOME": "${CLAUDE_PLUGIN_DATA}",
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
EGTSR_HOME=${CLAUDE_PLUGIN_DATA}PYTHONPATH=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub aproto9787/egtsr --plugin egtsr