Qora
FreeNot checkedQora lets AI assistants like Cursor and Claude safely explore your database and answer questions about your data.
About
Qora lets AI assistants like Cursor and Claude safely explore your database and answer questions about your data.
README

Qora
Talk to your data. Get clear answers, insights, and analysis.
Qora lets AI assistants like Cursor and Claude safely explore your database and answer questions about your data in plain English.
Ask things like:
"How many orders did we receive last month?"
"Which products are selling the most?"
"Show me the tables related to customers."
Qora looks up the answers directly from your database and gives them back to your AI assistant.
Qora is read-only by design. It can inspect and query your data, but it cannot insert, update, or delete anything.
How it works
flowchart LR
You["You ask a question"] --> AI["AI assistant<br/>(Cursor, Claude, …)"]
AI -->|"uses Qora tools"| Qora["Qora"]
Qora -->|"explore & read-only queries"| DB[("Your database")]
DB -->|"rows & schema info"| Qora
Qora -->|"safe results"| AI
AI -->|"clear answer"| You
- You ask something.
- Your AI assistant calls Qora.
- Qora looks up schemas/tables or runs a read-only query.
- Results go back to the assistant, which answers you.
What Qora does
Qora gives your AI assistant safe, read-only access to the database.
- Discover schemas and tables - so the assistant knows what’s available
- Describe table structure - columns, types, and nullability
- Run read-only SQL - the assistant writes the query; Qora validates and executes it
- Return results safely - capped row counts, no writes or schema changes
Read-only by design
- Only read-style queries are allowed
- Connect with a read-only database user
- Result size is capped
- HTTP access can be limited to specific hosts
Tools
| Tool | What it does |
|---|---|
list_schemas |
See the main areas of your data |
list_tables |
See what tables exist |
describe_table |
Understand what's inside a table |
run_query |
Run a validated read-only SELECT |
Docs
- Setup - install, env, MCP clients, HTTP, Docker
- Contributing - Dev Container, scripts, PR checklist
Installing Qora
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/suveshmoza/QoraFAQ
Is Qora MCP free?
Yes, Qora MCP is free — one-click install via Unyly at no cost.
Does Qora need an API key?
No, Qora runs without API keys or environment variables.
Is Qora hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Qora in Claude Desktop, Claude Code or Cursor?
Open Qora on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/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 desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Qora with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
