Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
MATH_ROOT=mathPLUGIN_DATA=${CLAUDE_PLUGIN_DATA}PROBLEMS_ROOT=problemsnpx claudepluginhub jobrien127/plugin-marketplace --plugin solution-engine