Home/Directory/Data & Databases/Smartdb

Smartdb

@wenb1n-dev · github.com/wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optimization, and more.

ClaimedData & DatabasesstdioToolslocal auth
GitHub

Install one command

terminal
$ pip install SmartDB-MCP

Or add it with the Claude CLI: claude mcp add wenb1n-dev-smartdb-mcp

Tools exposed 9 tools

execute_sql
get_db_health
get_table_desc
get_table_index
get_table_name
get_db_version
sql_creator
sql_optimize
smartdb

Configuration generate & copy

Values are filled in locally in your browser — nothing is sent anywhere.

claude_desktop_config.json
{
  "mcpServers": {
    "wenb1n-dev-smartdb-mcp": {
      "command": "pip",
      "args": ["install", "SmartDB-MCP"],
      "env": {
        "DATABASE_CONFIG_FILE": "<your-database-config-file>",
        "CLIENT_SECRET": "<your-client-secret>",
        "ACCESS_TOKEN_EXPIRE_MINUTES": "<your-access-token-expire-minutes>",
        "REFRESH_TOKEN_EXPIRE_DAYS": "<your-refresh-token-expire-days>",
        "TOKEN_SECRET_KEY": "<your-token-secret-key>",
        "OAUTH_USER_PASSWORD": "<your-oauth-user-password>",
        "TOKEN_VALUE": "<your-token-value>"
      }
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in Data & Databases
Compare
@mindsdb

Connect and unify data across various platforms and databases with MindsDB as a single MCP server.

Data & DatabasesstdioRead-only no-auth
39.3k1w ago0 toolslocal
Install command unavailable — see repo
Compare
@mediar-ai

Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware…

Data & DatabasesHTTPRead-only no-auth
19.2k5d ago1 toollocal
$npx screenpipe record
Compare
@topoteretes

Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources

Data & DatabasesstdioRead-only auth
17.8k5d ago0 toolslocal
$pip install cognee