Skip to main content
Glama
server-mcp-policy.hcl638 B
# SERVER-MCP Vault Policy # # This policy grants SERVER-MCP read-only access to its secrets # and allows token self-renewal. # # Apply with: # vault policy write server-mcp server-mcp-policy.hcl # Read SERVER-MCP secrets path "secret/data/server-mcp/*" { capabilities = ["read", "list"] } # List secret metadata path "secret/metadata/server-mcp/*" { capabilities = ["list", "read"] } # Allow token renewal path "auth/token/renew-self" { capabilities = ["update"] } # Allow token lookup (for validation) path "auth/token/lookup-self" { capabilities = ["read"] } # Deny all other paths path "*" { capabilities = ["deny"] }

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/acampkin95/MCPCentralManager'

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