项目介绍
Go MCP 服务器列表
此仓库提供了一个精选的用 Go 实现的模型上下文协议(MCP)服务器列表。您可以使用这些服务器作为您自己的AI上下文集成项目的参考或起点。
贡献
欢迎通过以下方式贡献:
如果直接添加一个包,请在其中创建一个包含作者信息的 README.md 文件。
服务器列表
<!-- 在此处添加仓库链接 -->
text2sql
<table>
<tr><th align="left">GitHub</th><td>https://github.com/wangle201210/mcp-server</td></tr>
<tr><th align="left">网站</th><td>/</td></tr>
<tr><th align="left">许可证</th><td>MIT</td></tr>
<tr><th align="left">类型</th><td>stdio</td></tr>
<tr><th align="left">平台</th><td>Windows, MacOS, Linux</td></tr>
<tr><th align="left">定价</th><td>免费</td></tr>
<tr><th align="left">编程语言</th><td>GO</td></tr>
</table>
text2sql 是一个基于 go-mcp 框架的自然语言到SQL查询服务,支持将自然语言问题转换为可执行的SQL语句并返回查询结果。
<details>
<summary>截图</summary>

</details>
dify-retriever
<table>
<tr><th align="left">GitHub</th><td>https://github.com/wangle201210/mcp-server</td></tr>
<tr><th align="left">网站</th><td>/</td></tr>
<tr><th align="left">许可证</th><td>MIT</td></tr>
<tr><th align="left">类型</th><td>stdio</td></tr>
<tr><th align="left">平台</th><td>Windows, MacOS, Linux</td></tr>
<tr><th align="left">定价</th><td>免费</td></tr>
<tr><th align="left">编程语言</th><td>GO</td></tr>
</table>
dify-retriever-mcp 使用知识库使AI答案更符合预期。
<details>
<summary>截图</summary>

</details>
ai2mysql-mcp-server
<table>
<tr><th align="left">GitHub</th><td>https://github.com/blanplan-ai/ai2mysql-mcp-server</td></tr>
<tr><th align="left">网站</th><td>/</td></tr>
<tr><th align="left">许可证</th><td>MIT</td></tr>
<tr><th align="left">类型</th><td>stdio</td></tr>
<tr><[th] align="left">平台</th><td>Windows, MacOS, Linux</td></tr>
<tr><th align="left">定价</th><td>免费</td></tr>
<tr><th align="left">编程语言</th><td>GO</td></tr>
</table>
ai2mysql-mcp-server 是一个基于 go-mcp 的MySQL数据库连接服务器,支持通过 stdio 与客户端通信,允许执行SQL查询和数据操作。
<details>
<summary>截图</summary>


</details>
维护
每个作者负责维护他们自己的代码。但是,如果您直接将一个包提交到这个仓库中,您就允许社区对其进行修复和改进。您也可以提交拉取请求来修复现有的包。
许可证
请参阅各个包中的许可证信息。