Back to directory
cuongtl1992/mcp-dbs

cuongtl1992/mcp-dbs

@cuongtl199221617

MCP Server for LLMs to integrate with SQL databases (SQLite, PostgreSQL, SQL Server, MongoDB)

databasesqlitepostgresqlsql-servermongodbmcpllm

Installation & Configuration

{
  "mcpServers": {
    "mcp-dbs": {
      "command": "npx",
      "args": [
        "mcp-dbs",
        "--stdio"
      ],
      "env": {
        "MCP_SQLITE_FILENAME": "path/to/database.db",
        "MCP_POSTGRES_HOST": "your-postgres-host",
        "MCP_POSTGRES_DATABASE": "your-database-name",
        "MCP_POSTGRES_USER": "your-username",
        "MCP_POSTGRES_PASSWORD": "your-password"
      }
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2025/3/18
Updated
2025/7/17