An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.
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.BASE_URLDISABLE_MCP— To disable the built-in MCP endpoints set =true in your .env or environment (default: MCP enabled).FASTAPI_SECRET_KEY— e =your_super_secret_key_here \COMPLETION_MODEL— gemini/gemini-3-pro-previewEMBEDDING_MODEL— \ Anthropic has no native embeddings. You must set VOYAGE_API_KEY or for embeddings, otherwise startup will fail with an error.OLLAMA_MODEL— Ollama ollama/<your-model>, ollama/nomic-embed-textOLLAMA_EMBEDDING_MODELOPENAI_API_KEY— Note: QueryWeaver supports multiple AI providers. You can use , GEMINI_API_KEY, ANTHROPIC_API_KEY, or AZURE_API_KEY. See the [AI/LLM configuration](#aillm-configuration) section for details.GEMINI_API_KEY— Note: QueryWeaver supports multiple AI providers. You can use OPENAI_API_KEY, , ANTHROPIC_API_KEY, or AZURE_API_KEY. See the [AI/LLM configuration](#aillm-configuration) section for details.ANTHROPIC_API_KEY— Note: QueryWeaver supports multiple AI providers. You can use OPENAI_API_KEY, GEMINI_API_KEY, , or AZURE_API_KEY. See the [AI/LLM configuration](#aillm-configuration) section for details.VOYAGE_API_KEY— \ Anthropic has no native embeddings. You must set or EMBEDDING_MODEL for embeddings, otherwise startup will fail with an error.COHERE_API_KEY— Cohere cohere/command-a-03-2025, cohere/embed-v4.0COHERE_MODELCOHERE_EMBEDDING_MODELGENERAL_PREFIXFALKORDB_URLFASTAPI_DEBUGHOSTPORTMEMORY_TTL_SECONDS— QueryWeaver stores per-user conversation memory in FalkorDB. By default these graphs persist indefinitely. Set to apply a Redis TTL (in seconds) so idle memory graphs are automatically cleaned up.MODEL_NAMEAZURE_API_KEY— e =your_azure_api_key \AZURE_API_BASE— e =https://your-resource.openai.azure.com/ \AZURE_API_VERSION— e =2024-12-01-preview \AZURE_SMALL_MODELAZURE_EMBEDDING_ENDPOINTGOOGLE_TAG_MANAGER_IDGOOGLE_CLIENT_ID— e =your_google_client_id \GOOGLE_CLIENT_SECRET— e =your_google_client_secret \GITHUB_CLIENT_ID— e =your_github_client_id \GITHUB_CLIENT_SECRET— e =your_github_client_secret \EMAIL_AUTH_ENABLEDOAUTH_BASE_URLFALKORDB_HOSTFALKORDB_PORT[](https://m8ven.ai/mcp/official-https-github-com-falkordb-queryweaver)