Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub en-nam/ennam-claude-agent-team --plugin ennam-dev-agent-teamCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"postgresql": {
"command": "npx",
"args": [
"-y",
"@bytebase/dbhub",
"--dsn",
"${DATABASE_URL}"
],
"env": {
"DATABASE_URL": "${DATABASE_URL}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
DATABASE_URL=${DATABASE_URL}Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.