npx claudepluginhub hoklims/oco-marketplaceAdd to your .mcp.json:
{
"mcpServers": {
"oco": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/bridge.cjs"
],
"env": {
"OCO_SERVER_URL": "${user_config.oco_server_url}",
"OCO_HOOK_SECRET": "${user_config.hook_secret}"
}
}
}
}Replace placeholder values for: OCO_HOOK_SECRET
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeOCO_SERVER_URL=${user_config.oco_server_url}OCO_HOOK_SECRET=${user_config.hook_secret}