Odel
aifordatabase mcp

aifordatabase mcp

Local
@dann26parr69JavaScriptMITUpdated 2mo ago

Query any database in plain English or SQL through a guardrailed, read-only data layer.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaifordatabase-mcpv0.1.2

Run

npx -y aifordatabase-mcp

MCP client config

{
  "mcpServers": {
    "aifordatabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aifordatabase-mcp"
      ]
    }
  }
}