SQL-Assistant
@crazyfrankie
About SQL-Assistant
A SQL automation do questions MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SQL-Assistant?
SQL-Assistant is an MCP (Model Context Protocol) server that automates solving SQL problems from the XiJi (course.educg.net) platform. It exposes methods for handling SQL questions to AI agents, allowing users to complete tedious coursework assignments with minimal effort.
How to use SQL-Assistant?
Install Go 1.24.2, then run go install github.com/crazyfrankie/sqlassistant. Configure the MCP server in VS Code Cline by adding a JSON entry with the command sqlassistant (or sqlassistant.exe on Windows) and auto-approved tools: GetQuestion, SetCode, StartNum, SubmitCode. Set up an AI model with your API key, launch Chrome in debug mode, log into the XiJi SQL assignment page, and send prompts to the AI to execute the automated workflow.
Key features of SQL-Assistant
- Automates SQL problem‑solving on the XiJi platform.
- Exposes MCP tools: GetQuestion, SetCode, StartNum, SubmitCode.
- Works with any MCP‑compatible host (VS Code Cline, Claude Desktop, Gemini).
- Requires Chrome remote debugging to interact with the target website.
- Supports customisable AI model selection and API key configuration.
Use cases of SQL-Assistant
- Automatically fetching SQL problems and submitting solutions.
- Repeating the question‑solve‑submit cycle for a range of exercise numbers.
- Reducing manual effort for routine database coursework assignments.
FAQ from SQL-Assistant
Which website does SQL-Assistant support?
SQL-Assistant is designed specifically for SQL assignments on the XiJi platform (course.educg.net).
What dependencies are required?
Go 1.24.2, Visual Studio Code with the Cline extension (or another MCP host), Chrome browser, and an AI model API key.
How do I configure the MCP tools?
In the Cline MCP servers configuration, set the command to sqlassistant (or sqlassistant.exe on Windows) and list GetQuestion, SetCode, StartNum, SubmitCode under autoApprove.
Do I need to keep the browser open?
Yes, the Chrome window opened with remote debugging (where you logged into XiJi) must remain open throughout the session.
What transport or authentication does the server use?
The server runs locally as a subprocess launched by the MCP host; no explicit authentication is mentioned.
More Databases MCP servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities

Redis
modelcontextprotocolModel Context Protocol Servers
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Comments