Query anything (GitHub, Notion, +40 more) with SQL and let LLMs (ChatGPT, Claude) connect to using MCP
Standard I/O
Build from source
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"anyquery": {
"args": [
"index.js"
],
"command": "node"
}
}
}