MCP Server
MCP
SeedBase Test Data
Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.
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
By
Comments
Sign in to leave a comment