npx claudepluginhub takemi-ohama/ai-agent-marketplace --plugin ndfAdd to your .mcp.json:
{
"mcpServers": {
"dbhub": {
"command": "npx",
"args": [
"@bytebase/dbhub",
"--transport",
"http",
"--port",
"8080"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx