Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0
tsconfig.json490 B
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "build", "declaration": true, "allowJs": true, "resolveJsonModule": true, "rootDir": ".", "types": [ "node" ] }, "include": [ "src/**/*", "tests/**/*" ], "exclude": [ "node_modules", "build" ] }

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