MCP 伺服器
Anyquery
SQL query engine that exposes data sources and apps to LLMs via MCP.
1.7k1d ago
來源 安裝
curl
curl -fsSL https://anyquery.dev/install.sh | sh
把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。
介紹
Anyquery is a SQL query engine built on SQLite that can query files, databases, and many app integrations. It can connect to LLM clients through the Model Context Protocol, including a stdio MCP server and an HTTP/SSE mode. The README also notes support for function-calling clients such as ChatGPT and TypingMind. The project is plugin-based and includes a registry of integrations. It can also run as a MySQL server for MySQL-compatible clients.
標籤
mcpsqlsqlitellmintegrations