XGenerationLab/xiyan_mcp_server
📇 ☁️ — An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM.
Quick Start
Clone the repository:
git clone https://github.com/XGenerationLab/xiyan_mcp_serverClaude Desktop configuration example:
{
"mcpServers": {
"xiyanmcpserver": {
"command": "npx",
"args": [
"-y",
"XGenerationLab/xiyan_mcp_server"
]
}
}
}Check the repository README for specific installation and configuration instructions.