npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieAdd to your .mcp.json:
{
"mcpServers": {
"oma-state": {
"command": "sh",
"args": [
"-c",
"exec node \"${PLUGIN_ROOT}/mcp/state-server.mjs\""
]
}
}
}This server has elevated permissions. Review the source code before enabling.
sh