Skip to main content
Glama
permissions.example.json794 B
{ "collections": [ { "collectionId": "users", "operations": ["read", "write", "query"], "description": "User profiles - full access" }, { "collectionId": "posts", "operations": ["read", "query"], "description": "Blog posts - read only access" }, { "collectionId": "comments", "operations": ["read", "write", "query"], "description": "Post comments - full access" }, { "collectionId": "analytics", "operations": ["read"], "description": "Analytics data - read only" }, { "collectionId": "admin", "operations": [], "description": "Admin collection - no access" } ], "defaultAllow": false, "description": "Example permission configuration for Firestore MCP" }

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/devlimelabs/firestore-mcp'

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