← Back to Plugins
MCP Server MCP

SeedBase Test Data

github By github 👁 1 views ▲ 0 votes

Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.

Homepage Verified source GitHub

Install

npx -y @seedbase/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://seedba.se/mcp",
      "headers": [
        {
          "description": "Bearer <SEEDBASE_API_KEY> — create the API key at https://seedba.se -> Settings -> API keys",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@seedbase/client",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SeedBase API key (dr_sk_...) — create at https://seedba.se -> Settings -> API keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SEEDBASE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...