Provides a lightweight Model Context Protocol (MCP) server for ODBC, leveraging FastAPI, pyodbc, and SQLAlchemy to interact with various databases. It fetches schemas, retrieves table information, generates detailed table descriptions, supports table searching, and executes stored procedures and queries. Compatible with Virtuoso DBMS and other SQLAlchemy provider-supported DBMS backends, it facilitates seamless integration with Claude and other applications.
Key Features
01Executes stored procedures and queries
027 GitHub stars
03Fetches database schema names
04Filters tables based on name substrings
05Retrieves table information for specific schemas
06Generates detailed table structure descriptions