Skip to main content
Glama

XiYan MCP Server

Apache 2.0
213
  • Linux
  • Apple
pyproject.toml636 B
[project] name = "xiyan_mcp_server" version = "0.1.5.dev0" description = "A Model Context Protocol (MCP) server that utilizes XiyanSQL with databases. This server enables AI assistants to list tables, read data, and execute natural language queries" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "mysql-connector-python>=9.1.0", "llama_index", "sqlalchemy", "pymysql" ] [[project.authors]] name = "Zhiling Luo" email = "godot.lzl@alibaba-inc.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] mysql_mcp_server = "xiyan_mcp_server:main"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/XGenerationLab/xiyan_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server