A Model Context Protocol (MCP) server that enables comprehensive SQLite database interaction capabilities, tailored for MCP workloads.
Loading more......
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 server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
A Model Context Protocol (MCP) server providing comprehensive SQLite database interaction capabilities, designed for MCP workloads.
db_info: Retrieve detailed information about the connected SQLite database.list_tables: List all tables present in the database.get_table_schema: Get detailed schema information for a specific table.create_record: Insert new records into a table.read_records: Query records from a table with optional filters.update_records: Update records in a table that match specified conditions.delete_records: Delete records from a table that match specified conditions.query: Execute custom SQL queries against the connected SQLite database.No pricing information is provided; the project appears to be open source.