anyquery

Query anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCP

GitHub Stars

1,310

User Rating

Not Rated

Favorites

0

Views

10

Forks

79

Issues

8

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher

Installation Steps

1. Clone Repository

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

2. Fetch Go Modules

bash
go mod tidy

3. Build the Server

bash
go build -o anyquery

4. Start the Server

bash
./anyquery mcp --stdio

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Go version and re-fetch dependencies.