Used by 1 plugin
Manages project files and generates code implementations from specifications.
Add to your .mcp.json:
{
"mcpServers": {
"project-engine": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/tools/implementations/project-engine/dist/index.cjs"
],
"env": {
"NODE_ENV": "production",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}