SQL Server Express
JSON →An MCP server for interacting with Microsoft SQL Server Express databases.
Install
pip install --editable Tools · 6
- get_allowed_databases Get list of databases that are allowed to be accessed
- read_query Execute SELECT queries
- write_query Execute INSERT/UPDATE/DELETE queries
- create_table Create new tables
- list_tables List all tables in database
- describe_table Show table schema
Links
★ 4 GitHub stars