An MCP server for generic DBMS connectivity via the Java Database Connectivity (JDBC) protocol.
Loading more......
MCP server enabling connection and operations on any JDBC-compatible database, supporting query, insert, update, and delete.
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
The official MCP bridge for Google BigQuery, enabling petabyte-scale analytics and integration with other MCP servers for advanced querying and automation.
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
A lightweight Java-based Model Context Protocol (MCP) server for JDBC, designed for generic DBMS connectivity, including Virtuoso and any backend with a JDBC driver.
jdbc_get_schemas: List accessible schemas.jdbc_get_tables: List tables in a schema.jdbc_describe_table: Detailed table column info.jdbc_filter_table_names: Filter tables by name substring.jdbc_query_database, jdbc_execute_query: Run SQL queries, get JSONL results.jdbc_execute_query_md: SQL queries, results as Markdown tables.jdbc_spasql_query: Run SPASQL queries (Virtuoso).jdbc_sparql_query: Run SPARQL queries (Virtuoso).jdbc_virtuoso_support_ai: Use Virtuoso-specific AI Assistant.