Skip to content
Back to search
30
MCP

Database Connections

pulsemcp/database connections

Provides a unified TypeScript-based database server for seamlessly connecting to SQLite, PostgreSQL, SQL Server, and MongoDB, enabling flexible database interactions through server-sent events and standard I/O communication modes.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Database Connector
Provides a unified interface for connecting to and interacting with multiple database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server
0 tools
MongoDB
Enables interaction with MongoDB databases through TypeScript and the MongoDB driver, providing seamless integration of MongoDB operations i
0 tools
SQL Database Connector
Provides unified database connectivity across MySQL, Microsoft SQL Server, Oracle, and Sybase through standardized tools for executing queri
0 tools
PostgreSQL
Provides type-safe PostgreSQL database integration for user data management through robust CRUD operations with TypeScript and Prisma, enabl
0 tools
Universal Database
Provides unified database connectivity across PostgreSQL, MySQL, Oracle, Redis, and 13 additional databases with standardized operations for
0 tools
SQL Server
Provides robust SQL Server database access with T-SQL validation, connection management, and cross-platform Docker support for executing que
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "database_connections": {
      "url": "None",
      "transport": "http"
    }
  }
}