Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Dev10x
Local Python MCP server (db_server.py) providing data capabilities, indicated by 'db' key and filename suggesting database access. Runs as subprocess; no secrets required.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"db": {
"command": "${CLAUDE_PLUGIN_ROOT}/servers/db_server.py",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/servers/db_server.pyEnvironment variables set when the server starts
PYTHONUNBUFFERED=1Declared capabilities of this MCP server