Back to directory
waii-ai/waii-mcp-server

waii-ai/waii-mcp-server

@waii-ai

WAII MCP server providing database interaction through natural language - enabling LLMs to interact with databases, execute queries, and process content via WAII's NL-to-SQL interface

databasenatural-languagesqlquerywaiidatamcp

Installation & Configuration

{
  "mcpServers": {
    "waii": {
      "command": "uvx",
      "args": [
        "mcp_server_waii",
        "--url",
        "YOUR_WAII_URL",
        "--api-key",
        "YOUR_API_KEY",
        "--database-key",
        "YOUR_DATABASE_CONNECTION_STRING"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13