← Back to Plugins
MCP Server MCP

io.github.dann26parr69/aifordatabase-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "aifordatabase-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AI for Database API key (starts with afd_). Free at https://app.aifordatabase.com/signup",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AFD_API_KEY"
        },
        {
          "description": "API base URL override (default https://app.aifordatabase.com/api/v1)",
          "format": "string",
          "name": "AFD_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...