Skip to content
Back to search
30
MCP

JDBC Database Connector

pulsemcp/jdbc database connector

Connects to any JDBC-compliant database through configurable drivers and connection URLs, enabling SQL query execution, table discovery, and schema exploration with results returned in CSV format.

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

Similar MCP servers embedding-nearest

JDBC Database
Connects to any JDBC-compliant database for table discovery, metadata retrieval, and SQL query execution with automatic dialect detection an
0 tools
JDBC Database Bridge
Provides a generic bridge to any JDBC-compatible data source, enabling natural language querying of databases through table discovery, schem
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
Database Connector
Provides a unified interface for connecting to and interacting with multiple database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server
0 tools
Salesforce Data Cloud
Connects to Salesforce Data Cloud through JDBC to enable SQL-based querying, table discovery, and metadata retrieval with results returned i
0 tools
SAP HANA
Connects to SAP HANA databases through JDBC to enable querying tables, retrieving metadata, and executing SQL statements with CSV-formatted
0 tools

How to use

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

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