git:20260518.032831e to git:20260710.2925510

12 added, 15 removed. Audit A to B.

---
- name: "Anyquery Universal SQL Engine with MCP Integration"
- slug: "anyquery-universal-sql-engine-mcp-integration"
+ title: "Anyquery Universal SQL Engine with MCP Integration"
description: "Anyquery is a SQL query engine that lets you run SQL against 40+ apps, files, and databases including GitHub, Notion, Chrome, and Apple Notes. Built on SQLite with MCP server support for connecting AI agents to structured data across services."
- github_stars: 1655
- verification: "listed"
+ verification: "security_reviewed"
source: "https://github.com/julien040/anyquery"
- category: "Data Extraction & Transformation"
- framework: "MCP"
+ category:
+ - "Data Extraction & Transformation"
+ framework:
+ - "MCP"
tool_ecosystem:
github_repo: "julien040/anyquery"
github_stars: 1655
---
# Anyquery Universal SQL Engine with MCP Integration
Anyquery is a SQL query engine that lets you run SQL against 40+ apps, files, and databases including GitHub, Notion, Chrome, and Apple Notes. Built on SQLite with MCP server support for connecting AI agents to structured data across services.
## Installation
- Use the upstream install or setup path that matches your environment:
- - brew install anyquery
-
- Basic usage or getting-started notes:
- - Anyquery is a SQL query engine that allows you to run SQL queries on pretty much anything. It supports querying [files](https://anyquery.dev/docs/usage/querying-files/), [databases](https://anyquery.dev/docs/database)...
- - ### Connecting LLM
- - LLMs can connect to Anyquery using the [Model Context Protocol (MCP)](https://anyquery.dev/docs/reference/commands/anyquery_mcp). This protocol provides context for LLMs that support it. You can start the MCP server w...
+ Choose whichever fits your setup:
- - Source: https://github.com/julien040/anyquery
- - Extracted from upstream docs: https://raw.githubusercontent.com/julien040/anyquery/HEAD/README.md
+ 1. Copy this skill folder into your local skills directory.
+ 2. Clone the repo and symlink or copy the skill into your agent workspace.
+ 3. Add the repo as a git submodule if you manage shared skills centrally.
+ 4. Install it through your internal provisioning or packaging workflow.
+ 5. Download the folder directly from GitHub and place it in your skills collection.
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/anyquery-universal-sql-engine-mcp-integration/)