Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dev-pomogator-specs": {
"command": "node",
"args": [
"-e",
"const p=require('node:path'),cp=require('node:child_process');const root=process.env.CLAUDE_PLUGIN_ROOT||process.cwd();const b=p.join(root,'tools','spec-mcp-server','server.bundle.mjs');const c=cp.spawn(process.execPath,[b],{stdio:'inherit'});c.on('exit',x=>process.exit(x??0));c.on('error',e=>{process.stderr.write('[dev-pomogator-specs] launch failed: '+e.message+'\\n');process.exit(1);});"
],
"env": {
"DEV_POMOGATOR_REPO_ROOT": "${CLAUDE_PROJECT_DIR}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
DEV_POMOGATOR_REPO_ROOT=${CLAUDE_PROJECT_DIR}npx claudepluginhub stgmt/dev-pomogator --plugin dev-pomogator