Skip to main content
Glama
fadlee

PocketBase MCP Server

by fadlee
index.ts983 B
/** * Tool schema registry - exports all tool input schemas */ // Collection schemas export { createCollectionSchema, deleteCollectionSchema, getCollectionSchemaSchema, listCollectionsSchema, truncateCollectionSchema, } from "./collection.js"; // Record schemas export { createRecordSchema, listRecordsSchema, updateRecordSchema, deleteRecordSchema, } from "./record.js"; // Auth schemas export { authenticateUserSchema, createUserSchema, } from "./auth.js"; // Analysis schemas export { analyzeCollectionDataSchema, queryCollectionSchema, } from "./analysis.js"; // Migration schemas export { migrateCollectionSchema, backupDatabaseSchema, importDataSchema, manageIndexesSchema, } from "./migration.js"; // Generation schemas export { generatePbSchemaSchema, generateTypescriptInterfacesSchema, } from "./generation.js"; // File schemas export { uploadFileSchema, downloadFileSchema, uploadFileFromUrlSchema, } from "./file.js";

Latest Blog Posts

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/fadlee/pocketbase-mcp'

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