Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0
package.json1.12 kB
{ "name": "pocketbase-cursor-mcp", "version": "0.1.13", "type": "module", "description": "PocketBase MCP Server for integration with MCP-compatible applications", "main": "build/src/index.js", "bin": { "pocketbase-cursor-mcp": "build/src/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/src/index.js', '755')\"", "start": "node build/src/index.js", "dev": "tsc -w", "prepublishOnly": "npm run build", "release": "npm version patch --no-git-tag-version && npm publish", "release:minor": "npm version minor --no-git-tag-version && npm publish", "release:major": "npm version major --no-git-tag-version && npm publish" }, "keywords": [ "pocketbase", "mcp", "model-context-protocol", "database", "api", "server" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "dotenv": "^16.6.1", "pocketbase": "^0.26.1", "yargs": "^18.0.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/node": "^20.19.7", "@types/yargs": "^17.0.33", "typescript": "^5.8.3" } }

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