context-macos.md

Context (macOS)

UI App
from"Context"

Native macOS MCP client for testing and debugging MCP servers

Developer Tools
macOSclientdebuggingMCP
install.sh
# Clone the repository
$git clone https://github.com/indragiek/Context
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve