Anyquery lets AI agents query over 40 data sources, including GitHub and Notion, using SQL. It exposes a SQL interface to these platforms and connects to LLMs via MCP, enabling direct data access and manipulation. Developers use it to build AI agents that interact with structured data across multiple platforms.
Anyquery lets AI agents query over 40 data sources, including GitHub and Notion, using SQL. It exposes a SQL interface to these platforms and connects to LLMs via MCP, enabling direct data access and manipulation. Developers use it to build AI agents that interact with structured data across multiple platforms.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"julien040-anyquery-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-julien040-anyquery-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from anyquery?"
No configuration required. This server works out of the box.
"What resources are available in anyquery?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in anyquery"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in anyquery with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.