
Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "pocketbase": {4 "env": {5 "PB_URL": "http://localhost:8090",6 "PB_ADMIN_EMAIL": "admin@example.com",7 "PB_ADMIN_PASSWORD": "your-secure-password"8 },9 "args": [10 "build/index.js",11 "--pb-url=http://localhost:8090",12 "--pb-admin-email=admin@example.com",13 "--pb-admin-password=your-secure-password"14 ],15 "command": "node"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation