Skip to main content
Glama
fadlee

PocketBase MCP Server

by fadlee
index.ts587 B
#!/usr/bin/env node import { createServerConfig } from "./config/index.js"; import { startServer } from "./server.js"; // Main entry point async function main(): Promise<void> { try { // Create server configuration from CLI args and environment const config = createServerConfig(); // Start the MCP server await startServer(config); } catch (error) { console.error("Failed to start PocketBase MCP Server:", error); process.exit(1); } } // Start the server main().catch((error) => { console.error("Unhandled error:", error); process.exit(1); });

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