agentbuilders for Cursor
io.github.deepfreezechill/agentbuilders
Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.
client:Cursor
transport:stdio
runtime:npm
Install agentbuilders in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentbuilders": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentbuilders"
],
"env": {
"AB_KEY": "<AB_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs