Stats
Actions
Tags
From corezoid
Custom MCP server for Corezoid workflow automation. Runs locally using environment variables for configuration. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"corezoid": {
"command": "sh",
"args": [
"-c",
"export COREZOID_WORK_DIR=\"$PWD\"; exec sh \"$CLAUDE_PLUGIN_ROOT/mcp-server/run.sh\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
npx claudepluginhub corezoid/corezoid-ai-plugin --plugin corezoid