From drizzle-cube
Custom MCP server for development workflow automation, running locally via Node.js. Provides tools or resources to streamline common development tasks.
npx claudepluginhub cliftonc/drizzle-cube-plugin --plugin drizzle-cubeAdd to your .mcp.json:
{
"mcpServers": {
"drizzle-cube": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node