SQL-Assistant
@crazyfrankie
关于 SQL-Assistant
A SQL automation do questions MCP Server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
数据库 分类下的更多 MCP 服务器
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Elasticsearch MCP Server
elasticSail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论