One SQL interface for 60+ tools (e.g., GitHub, Notion, Airtable). Plug into any LLM through MCP.
Standard I/O
Build from source
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"anyquery": {
"args": [
"index.js"
],
"command": "node"
}
}
}