Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub ubie-oss/claude-code-plugin --plugin hello-worldCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sample-sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite",
"--db",
"${CLAUDE_PLUGIN_ROOT}/data/sample.db"
],
"env": {
"DEBUG": "true"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
DEBUG=trueDeclared capabilities of this MCP server
Share bugs, ideas, or general feedback.