npx claudepluginhub twofoldtech-dakota/plugin-ops --plugin plugin-opsAdd to your .mcp.json:
{
"mcpServers": {
"ops": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
],
"env": {
"PROJECT_DIR": "${CLAUDE_PROJECT_DIR}",
"OPS_DATA_DIR": "${CLAUDE_PROJECT_DIR}/.ops"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodePROJECT_DIR=${CLAUDE_PROJECT_DIR}OPS_DATA_DIR=${CLAUDE_PROJECT_DIR}/.ops