Model Context Protocol (MCP) server enabling natural language queries to databases.
Fetch the data from database through a natural language query. Allows users to input queries in natural language, which are converted to SQL and executed on the database. The results are returned as text.
{
"mcpServers": {
"xiyan-mcp-server": {
"command": "/xxx/python",
"args": [
"-m",
"xiyan_mcp_server"
],
"env": {
"YML": "path/to/yml"
}
}
}
}