ODBC MCP Server
JSON →Enables LLM tools to query databases using ODBC connections.
Install
pip install -e Tools · 6
- list-connections Lists all configured database connections
- list-available-dsns Lists all available DSNs on the system
- test-connection Tests a database connection and returns information
- list-tables Lists all tables in the database
- get-table-schema Gets schema information for a table
- execute-query Executes an SQL query and returns results
Links
★ 2 GitHub stars