Back to directory
mrwyndham/pocketbase-mcp

mrwyndham/pocketbase-mcp

@mrwyndham

MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket

pocketbasedatabasebackendbaasmcptypescriptfastpocket

Installation & Configuration

{
  "mcpServers": {
    "pocketbase-server": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "POCKETBASE_URL": "http://127.0.0.1:8090",
        "POCKETBASE_ADMIN_EMAIL": "[email protected]",
        "POCKETBASE_ADMIN_PASSWORD": "admin_password"
      },
      "disabled": false,
      "autoApprove": [
        "create_record",
        "create_collection"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/15