Back to MCP Servers
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.
aggregatorspostgresmysqlsqlite
By julien040
Installation
npx -y anyqueryConfiguration
{
"mcpServers": {
"anyquery": {
"command": "npx",
"args": ["-y", "anyquery"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes