OpenLinkSoftware/mcp-sqlalchemy-server
A simple MCP ODBC server using FastAPI, ODBC and SQLAlchemy.
Platform-specific configuration:
{
"mcpServers": {
"mcp-sqlalchemy-server": {
"command": "npx",
"args": [
"-y",
"mcp-sqlalchemy-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
---
A lightweight MCP (Model Context Protocol) server for ODBC built with FastAPI, pyodbc, and SQLAlchemy. This server is compatible with Virtuoso DBMS and other DBMS backends that implement a SQLAlchemy provider.
---
---
pip install uvOr use Homebrew:
brew install uvodbcinst -jodbcinst -q -s~/.odbc.ini) for the target database. Example for Virtuoso DBMS: [VOS]
Description = OpenLink Virtuoso
Driver = /path/to/virtodbcu_r.so
Database = Demo
Address = localhost:1111
WideAsUTF16 = Yes virtuoso+pyodbc://user:password@VOS---
Clone this repository:
git clone https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server.git
cd mcp-sqlalchemy-serverUpdate your .envby overriding the de
Loading reviews...