mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-22 14:21:00 +00:00
Add agenticfabriq/mnemiq to Database
mnemiq is an Apache-2.0 text-to-SQL engine. The MCP server exposes db_read(question) and get_schema() over stdio with per-tool grants. What makes it different from the other entries in this category: the LLM only proposes SQL. Four deterministic checks — shape, access, dialect, plan — run before execution, and the server refuses instead of returning a plausible wrong answer. Every answer comes back with a trace of the tables read. Repo: https://github.com/agenticfabriq/mnemiq Write-up and benchmarks: https://www.agenticfabriq.com/blog/mnemiq/launch Alphabetical order preserved; single line added; no other changes.
This commit is contained in:
@@ -1028,6 +1028,7 @@ Provides access to customer profiles inside of customer data platforms
|
|||||||
Secure database access with schema inspection capabilities. Enables querying and analyzing data with configurable security controls including read-only access.
|
Secure database access with schema inspection capabilities. Enables querying and analyzing data with configurable security controls including read-only access.
|
||||||
|
|
||||||
- [dockndevai/mcp-clickhouse](https://github.com/dockndevai/mcp-clickhouse) [](https://glama.ai/mcp/servers/dockndevai/mcp-clickhouse) 📇 🏠 🍎 🪟 🐧 - ClickHouse schema exploration, analytical queries & management — every statement classified read/write/destructive and gated by access mode, with row caps and audit. `npx -y @dockndevai/mcp-clickhouse`
|
- [dockndevai/mcp-clickhouse](https://github.com/dockndevai/mcp-clickhouse) [](https://glama.ai/mcp/servers/dockndevai/mcp-clickhouse) 📇 🏠 🍎 🪟 🐧 - ClickHouse schema exploration, analytical queries & management — every statement classified read/write/destructive and gated by access mode, with row caps and audit. `npx -y @dockndevai/mcp-clickhouse`
|
||||||
|
- [agenticfabriq/mnemiq](https://github.com/agenticfabriq/mnemiq) 🐍 🏠 🍎 🪟 🐧 - Natural-language questions over Postgres, Oracle, Snowflake, Databricks, DuckDB and SQLite. The model only proposes SQL — shape, access, dialect and query plan are checked deterministically before any rows are read, and it refuses rather than guessing. `uv run mnemiq serve`
|
||||||
- [AIops-tools/Postgres-AIops](https://github.com/AIops-tools/Postgres-AIops) [](https://glama.ai/mcp/servers/AIops-tools/Postgres-AIops) 🐍 🏠 - Governed PostgreSQL DBA operations — slow-query, bloat, and blocking-lock RCA, index management, vacuum/analyze, and replication lag (35 tools) with unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.
|
- [AIops-tools/Postgres-AIops](https://github.com/AIops-tools/Postgres-AIops) [](https://glama.ai/mcp/servers/AIops-tools/Postgres-AIops) 🐍 🏠 - Governed PostgreSQL DBA operations — slow-query, bloat, and blocking-lock RCA, index management, vacuum/analyze, and replication lag (35 tools) with unbypassable audit logging (MCP + CLI), budget/runaway guards, dry-run, and undo/rollback.
|
||||||
- [Aiven-Open/mcp-aiven](https://github.com/Aiven-Open/mcp-aiven) - 🐍 ☁️ 🎖️ - Navigate your [Aiven projects](https://go.aiven.io/mcp-server) and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
|
- [Aiven-Open/mcp-aiven](https://github.com/Aiven-Open/mcp-aiven) - 🐍 ☁️ 🎖️ - Navigate your [Aiven projects](https://go.aiven.io/mcp-server) and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
|
||||||
- [alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - Supabase MCP Server with support for SQL query execution and database exploration tools
|
- [alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - Supabase MCP Server with support for SQL query execution and database exploration tools
|
||||||
|
|||||||
Reference in New Issue
Block a user