Skip to main content
AggregatorsGo

julien040/anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by design.

aggregatorscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/julien040/anyquery

Claude Desktop configuration example:

{
  "mcpServers": {
    "anyquery": {
      "command": "npx",
      "args": [
        "-y",
        "julien040/anyquery"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
Go
Author
julien040