npx claudepluginhub ubie-oss/claude-code-plugin --plugin hello-worldAdd to your .mcp.json:
{
"mcpServers": {
"sample-sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite",
"--db",
"${CLAUDE_PLUGIN_ROOT}/data/sample.db"
],
"env": {
"DEBUG": "true"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
npxDEBUG=true