dbhub vs esp32_nat_router
Side-by-side comparison to help you pick between these two MCP servers.
dbhub by bytebase | esp32_nat_router by martin-ger | |
|---|---|---|
| Stars | ★ 2,769 | ★ 1,956 |
| 30d uses | — | — |
| Score | 57 | 54 |
| Official | — | — |
| Categories | DatabaseDeveloper ToolsOps & Infra | Ops & InfraSecurityMonitoring |
| Language | TypeScript | C |
| Last commit | 1 mo ago | this month |
dbhub · Summary
A zero-dependency MCP server connecting to multiple databases with token-efficient SQL tools.
esp32_nat_router · Summary
ESP32 NAT Router firmware with MCP Bridge for AI-controlled networking features.
dbhub · Use cases
- Database exploration and schema inspection for developers
- Secure SQL query execution with safety controls in CI/CD pipelines
- Multi-database management and operations through a unified interface
esp32_nat_router · Use cases
- AI-controlled network management and monitoring
- Home Assistant integration with presence detection
- Simple IoT network segmentation with guest access
dbhub · Install
Installation
**Docker:**
docker run --rm --init \ --name dbhub \ --publish 8080:8080 \ bytebase/dbhub \ --transport http \ --port 8080 \ --dsn "postgres://user:password@localhost:5432/dbname?sslmode=disable"**NPM:**
npx @bytebase/dbhub@latest --transport http --port 8080 --dsn "postgres://user:password@localhost:5432/dbname?sslmode=disable"**Demo Mode:**
npx @bytebase/dbhub@latest --transport http --port 8080 --demoClaude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"dbhub": {
"command": "npx",
"args": ["@bytebase/dbhub@latest", "--transport", "stdio"]
}
}
}esp32_nat_router · Install
Installation
- Flash the firmware to your ESP32 using one of these methods:
- Web Installer (easiest): Visit [https://martin-ger.github.io/esp32_nat_router/](https://martin-ger.github.io/esp32_nat_router/) - Command Line with esptool: Use the pre-built binaries
- First boot configuration:
- Connect to the 'ESP32_NAT_Router' WiFi network - Open http://esp32-nat-router.local in your browser - Configure upstream WiFi and AP settings - Click 'Save & Reboot'
Claude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"esp32-nat-router": {
"command": "npx",
"args": ["@martin-ger/esp32-nat-router-mcp"]
}
}
}