Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Qora

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

qora-logo

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.

M8ven Score

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
  1. You ask something.
  2. Your AI assistant calls Qora.
  3. Qora looks up schemas/tables or runs a read-only query.
  4. 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

  1. Only read-style queries are allowed
  2. Connect with a read-only database user
  3. Result size is capped
  4. 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

from github.com/suveshmoza/Qora

Установка Qora

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/suveshmoza/Qora

FAQ

Qora MCP бесплатный?

Да, Qora MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Qora?

Нет, Qora работает без API-ключей и переменных окружения.

Qora — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Qora в Claude Desktop, Claude Code или Cursor?

Открой Qora на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

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

wenb1n-devавтор: wenb1n-dev

Postgres Server

This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools

madhurprashавтор: madhurprash

Postgres

Query your database in natural language

Anthropicавтор: Anthropic

PostgreSQL

Read-only database access with schema inspection.

modelcontextprotocolавтор: modelcontextprotocol

Redis

Interact with Redis key-value stores.

modelcontextprotocolавтор: modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

modelcontextprotocolавтор: modelcontextprotocol

mxcp

Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.

raw-labsавтор: raw-labs

tadas-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

tadas-githubавтор: tadas-github

julien040/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

julien040автор: julien040

drakonkat/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.

drakonkatавтор: drakonkat

Compare Qora with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data