Skip to main content
Glama

PocketBase MCP Server

by paullippert

pb_admin_login

Authenticate as a superuser or admin in the PocketBase MCP Server by providing your email and password for secure access to administrative functionality.

Instructions

Authenticate as superuser/admin

Input Schema

NameRequiredDescriptionDefault
emailYesAdmin email address
passwordYesAdmin password

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Admin email address", "format": "email", "type": "string" }, "password": { "description": "Admin password", "type": "string" } }, "required": [ "email", "password" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paullippert/pb_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server