Catalog
Agentbuilders
Officialby Deepfreezechill
Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.
Deploys full-stack AI agent applications with database, auth, storage, and Edge AI.
README not available yet.
Install
Configuration
Environment variables
AB_KEYrequiredsecretYour AgentBuilders API key. Get one free at https://agentbuilders.app
claude_desktop_config.json
{
"mcpServers": {
"agentbuilders": {
"command": "npx",
"args": [
"-y",
"agentbuilders@0.6.1"
],
"env": {
"AB_KEY": "<YOUR_AB_KEY>"
}
}
}
}