Back to MCP Servers
Sqlalchemy
An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)
databasespython
Installation
npx -y mcp-sqlalchemy-serverConfiguration
{
"mcpServers": {
"mcp-sqlalchemy-server": {
"command": "npx",
"args": ["-y", "mcp-sqlalchemy-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes