mcp-server
Description
# mcp-server ## text2sql ### 安装 ```bash go install github.com/wangle201210/mcp-server/cmd/text2sql@latest ``` ### 配置 ```json { "mcpServers": { "text2sql": { "descriptions": "自然语言转sql", "icons": "📁", "autoApprove": [ "all" ], "type": "stdio", "command": "text2sql", "args": []…
About
# mcp-server ## text2sql ### 安装 ```bash go install github.com/wangle201210/mcp-server/cmd/text2sql@latest ``` ### 配置 ```json { "mcpServers": { "text2sql": { "descriptions": "自然语言转sql", "icons": "📁", "autoApprove": [ "all" ], "type": "stdio", "command": "text2sql", "args": [], "env": { "link"…
Details
- Author
- wangle201210
- GitHub stars
- 8
- Downloads
- 173
- Categories
- Other
Jump to
- text2sql: translates natural language to SQL queries
- dify retriever: retrieves documents from a Dify knowledge base
- data_transfer: transforms data between formats
- All tools use stdio transport with simple environment-based configuration
Install each tool via go install github.com/wangle201210/mcp-server/cmd/<tool>@latest, then configure it as a stdio MCP server with the required environment variables for your database or Dify endpoint.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




