Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From corezoid
Custom MCP server for Corezoid workflow automation. Runs locally using environment variables for configuration. Purpose unclear from configuration alone.
npx claudepluginhub corezoid/corezoid-ai-plugin --plugin corezoidCopy 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
Share bugs, ideas, or general feedback.