MCP Scopes Are Trust Boundaries, Not Settings A developer warns that MCP scopes in APC/APX are trust boundaries, not settings, and misusing them leads to conflicts and fragile onboarding. The three scopes—runtime, shared, and global—each serve distinct purposes: runtime for secrets, shared for portable project config, and global for machine-wide tools. The developer advises picking one scope per server to maintain clarity and portability. The easiest way to misuse MCP in APC/APX is to treat scope like UI decoration. It is not. Scope decides where the trust boundary lives. APX exposes three MCP scopes in its UI: runtime, shared, and global. The names are simple, but they describe different ownership rules: ~/.apx/projects/