From statewright
Local MCP proxy server that runs a bash script to connect to the Statewright service. Purpose and capabilities unknown from configuration alone.
npx claudepluginhub statewright/statewright --plugin statewrightAdd to your .mcp.json:
{
"mcpServers": {
"statewright": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-proxy.sh"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bash