Enables natural language queries to a company database through the Model Context Protocol, with read-only enforcement and agentic error recovery.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AGENT_MODEL— agent (Anthropic) Optional model override (default claude-opus-4-8)AGENT_PROVIDER— The demo auto-detects which key is present (=openaianthropicOPENAI_API_KEY— copy .env.example .env # then edit .env: set (or ANTHROPIC_API_KEY)OPENAI_AGENT_MODEL— agent (OpenAI) Optional model override (default gpt-4o-mini)ANTHROPIC_API_KEY— copy .env.example .env # then edit .env: set OPENAI_API_KEY (or )COMPANY_DB_DSN— mcp_server/backends.py Engine abstraction: SQLite (default) or PostgreSQL () behind the same 3 toolsPGHOSTPGPORTPGADMIN_USERPGADMIN_PASSWORD— $env:="<your postgres password>"MCP_READONLY_PASSWORD[](https://m8ven.ai/mcp/keerthivanan-mcp-database-connector-agentic-retrievel-1fbck5)