Semantic search across 6,236 Quran verses and 12,416 authentic Hadiths for Islamic guidance.
Criterion MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Semantic search across 6,236 Quran verses and 12,416 authentic Hadiths for Islamic guidance.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Criterion is connected, these are the calls the assistant has available:
Data — The Data tool exposed by this serverPerformance — The Performance tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverDevelopment — The Development tool exposed by this serverDatabase — The Database tool exposed by this serverYou will need 4 environment variables: POSTGRES_URL, XAI_API_KEY, GOOGLE_GENERATIVE_AI_API_KEY, AUTH_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Criterion's toolset — Data, Performance, Prerequisites and 3 more — is a fair guide to whether it matches your workflow. It is maintained by BalajSaleem; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Data | The Data tool exposed by this server. |
| Performance | The Performance tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Development | The Development tool exposed by this server. |
| Database | The Database tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| POSTGRES_URL | Endpoint or connection string the server talks to. | Yes |
| XAI_API_KEY | Credential the server authenticates with. | Yes |
| GOOGLE_GENERATIVE_AI_API_KEY | Credential the server authenticates with. | Yes |
| AUTH_SECRET | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.