npx claudepluginhub jobrien127/plugin-marketplace --plugin solution-engineAdd to your .mcp.json:
{
"mcpServers": {
"solution-engine": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
],
"env": {
"MATH_ROOT": "math",
"PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}",
"PROBLEMS_ROOT": "problems"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvMATH_ROOT=mathPLUGIN_DATA=${CLAUDE_PLUGIN_DATA}PROBLEMS_ROOT=problems