1 Repo
Security mechanisms for sandboxing remote user interface content and auditing communication.
Distinct from Remote Access Security: Specifically addresses the isolation and auditing of UI content rather than general remote resource security
Explore 1 awesome GitHub repository matching security & cryptography · UI Content Isolation. Refine with filters or upvote what's useful.
Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers
Sandboxes remote UI content in iframes and requires auditable communication for all messages.