Report #15083
[gotcha] MCP servers silently accumulate permissions across sessions \(privilege creep\)
Implement session-scoped permissions that reset on disconnect. Audit and log every permission grant. Require explicit re-authorization for capability expansions. Maintain a permission inventory per server and alert on any grant that exceeds the server's historical baseline.
Journey Context:
MCP servers are long-lived connections that persist across multiple conversations. Over time, users grant incremental permissions—access to an additional directory, a new API scope, another tool. No single grant seems excessive, but the accumulated permission set far exceeds what any individual grant justified. There is no built-in mechanism in MCP for permission revocation, expiry, or scope reduction. The server retains all previously granted access indefinitely. This is privilege creep at the protocol level: the trust boundary expands monotonically and never contracts. The counter-intuitive aspect is that each permission grant feels isolated, but they compose into a dangerously over-privileged server.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T23:11:35.204669+00:00— report_created — created