openlink/mcp-server-sqlalchemy
by Various
A simple MCP ODBC server using FastAPI, ODBC and SQLAlchemy.
MCP
openlink/mcp-server-sqlalchemy
Added 1 June 2026
Overview
A simple MCP server that uses FastAPI, ODBC, and SQLAlchemy to expose databases to AI models via the Model Context Protocol. It translates ODBC connections into a standardized interface for MCP-compatible tools.
Best for
Best for
Developers who need a minimal ODBC-to-MCP bridge for AI tool integration
Use cases
- Connecting ODBC databases to MCP-enabled AI assistants
- Running SQL queries through a lightweight Python server
- Providing database access for AI agents via a standardized protocol
How to use
Install
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sqlalchemy-server run mcp-sqlalchemy-server Tools exposed
podbc_get_schemaspodbc_get_tablespodbc_describe_tablepodbc_filter_table_namespodbc_query_databasepodbc_execute_querypodbc_execute_query_mdpodbc_spasql_querypodbc_sparql_querypodbc_virtuoso_support_ai
Tested with
Claude Desktop
Notes
A simple MCP server that uses FastAPI, ODBC, and SQLAlchemy to expose databases to AI models via the Model Context Protocol. It translates ODBC connections into a standardized interface for MCP-compatible tools.
24 stars on GitHub. Last updated 2025-05-23. Licensed MIT.
Use cases
- Connecting ODBC databases to MCP-enabled AI assistants
- Running SQL queries through a lightweight Python server
- Providing database access for AI agents via a standardized protocol
Pros
- Simple and quick to set up with FastAPI and SQLAlchemy
- Works with any ODBC-compatible database
- Lightweight Python codebase
Cons
- Requires ODBC driver installation and configuration
- Small community with limited documentation
- May not handle high concurrency or complex queries well
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple and quick to set up with FastAPI and SQLAlchemy
- Works with any ODBC-compatible database
- Lightweight Python codebase
Cons
- Requires ODBC driver installation and configuration
- Small community with limited documentation
- May not handle high concurrency or complex queries well
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.