Exposes database schemas and tables via an MCP server using FastAPI, ODBC, and SQLAlchemy.
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.