Back to directory
cuongtl1992/mcp-dbs

cuongtl1992/mcp-dbs

@cuongtl1992

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
2026/6/17
Updated
2026/6/17