Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Sqlassistant

    A SQL automation do questions MCP Server

    3 stars
    Go
    Updated Aug 27, 2025

    Table of Contents

    • 下载方式
    • 前置条件
    • 下载
    • 配置
    • 使用

    Table of Contents

    • 下载方式
    • 前置条件
    • 下载
    • 配置
    • 使用

    Documentation

    SQL-Assistant

    SQL-Assistant 是一个基于 MCP协议 构建的 MCP 服务.

    通过将做 SQL 题目的一系列方法暴露给 AI, 再由用户对AI发出指令进行驱动,达到自动化做题的效果。

    旨在简化大学生的操作, 让大学生从繁忙且无用的大学计算机教育中脱身, 花更少的时间完成任务,把时间留着学习真正的实用的技术。

    对应的网站: 希冀, 且必须是其中的 SQL 作业.

    下载方式

    前置条件

    • go 1.24.2
    • Windows
    • MacOS ARM64
    • MacOS x64
    • Linux
    • vscode + cline 插件 (或其他可接入 MCP 服务的平台, 如 Claude Desktop、Gemini)
    • vscode
    • Chrome

    下载

    code
    go install github.com/crazyfrankie/sqlassistant

    等待下载,下载成功后进行下一步配置.

    配置

    请确认已经准备好 vscode + cline 插件.

    来到 Cline 的界面, 选择右上角, 会看到如下界面.

    img.png

    然后选择下方 Installed

    img.png

    再选择 Configure MCP Servers, 填写配置, 对于本项目, 一个基础的配置可采用如下方式:

    code
    {
      "mcpServers": {
        "sqlassistant": {
          "command": "sqlassistant.exe",
          "autoApprove": [
            "GetQuestion",
            "SetCode",
            "StartNum",
            "SubmitCode"
          ]
        }
      }
    }

    如不是 Windows 平台, 去掉 "command": "sqlassistant.exe" 中的exe后缀

    配置完毕后, ctrl + s 保存该文件即可生效.

    下一步, 配置 AI 模型. 来到设置界面:

    img.png

    选择想要使用的大模型, 并填入个人的 API Key

    仍然是该界面, 滑到最下方

    img.png

    点击 Relauch Browser with Debug Mode, 并将上方 Use Remote browser connection 勾选.

    此时会打开一个新的 Chrome 界面, 在该界面上打开数据库做题网站, 并登录, 登录成功后即可, 后续过程中不能关闭该界面。

    使用

    上述配置完成之后,来到聊天界面,

    img.png

    发送 prompt, 如下(仅参考):

    code
    “我需要使用sqlassistant进行做题, 先输入起止题号,再循环执行 GetProblem、SetCode、SubmitCode,直到收到结束信息为止,其他失败原因都进行重试。”

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k