Skip to main content
Glama
eunomia_policies.json682 B
{ "version": "1.0", "policies": [ { "id": "admin_policy", "description": "Full access for administrators", "subjects": ["admin"], "actions": ["*"], "resources": ["*"], "effect": "allow" }, { "id": "user_policy", "description": "Limited access for regular users", "subjects": ["user"], "actions": ["read", "list"], "resources": ["tools/*", "resources/*"], "effect": "allow" }, { "id": "guest_policy", "description": "Read-only access for guests", "subjects": ["guest"], "actions": ["list"], "resources": ["tools/hello"], "effect": "allow" } ] }

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/mariotaddeucci/template-mcp'

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