
SQL Assistant
by crazyfrankie
Automates SQL exercise completion by exposing database interaction tools to AI agents.
What it does
SQL Assistant is an MCP server designed to automate the process of solving SQL exercises on specific educational platforms (like course.educg.net). It allows an AI agent to interact with the target website to fetch questions, set the SQL code, and submit answers automatically.
Tools
GetQuestion: Retrieves the current SQL problem description and requirements.SetCode: Inputs the generated SQL query into the exercise editor.SubmitCode: Submits the query to the platform for validation.StartNum: Sets the starting problem number for the automation sequence.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sqlassistant": {
"command": "sqlassistant",
"autoApprove": ["GetQuestion", "SetCode", "StartNum", "SubmitCode"]
}
}
}
(Note: On Windows, use sqlassistant.exe)
Supported hosts
- Claude Desktop
- VS Code (via Cline plugin)
- Gemini
Quick install
go install github.com/crazyfrankie/sqlassistantInformation
- Pricing
- free
- Published
- 5/31/2026
- stars






