
Wangle MCP Server Suite
by wangle201210
Multi-purpose MCP server providing text-to-SQL, Dify knowledge base retrieval, and data transformation tools.
What it does
This MCP server provides a collection of specialized utilities designed to bridge the gap between natural language and structured data systems. It includes tools for converting natural language queries into SQL, retrieving information from Dify knowledge bases, and performing general data transformations.
Tools
text2sql: Converts natural language requests into executable SQL queries for database interaction.dify_retriever: Connects to Dify knowledge bases to retrieve relevant context and documents.data_transfer: Performs data conversion and decoding tasks to format information for AI processing.
Installation
Install the desired component using Go:
- Text2SQL:
go install github.com/wangle201210/mcp-server/cmd/text2sql@latest - Dify:
go install github.com/wangle201210/mcp-server/cmd/dify@latest - Data Transfer:
go install github.com/wangle201210/mcp-server/cmd/dt@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"text2sql": {
"command": "text2sql",
"args": [],
"env": { "link": "root:@tcp(127.0.0.1:3306)/goadmin?charset=utf8mb4&parseTime=True&loc=Local" }
},
"dify_retriever": {
"command": "dify",
"args": [],
"env": {
"DIFY_DATASET_API_KEY": "your-key",
"DIFY_ENDPOINT": "your-endpoint",
"DIFY_DATASET_ID": "your-id"
}
}
}
}
Supported hosts
- claude
Quick install
go install github.com/wangle201210/mcp-server/cmd/text2sql@latestInformation
- Pricing
- free
- Published






