Open-core local-first RASP for Model Context Protocol (MCP) tool calls — sub-millisecond policy enforcement on developer laptops.
| Package | Role |
|---|---|
| mcp-proxy | Rust stdio proxy — policy, DLP, threat intel, behavioral chains, /dev/tty gate |
| mcp-proxy-sdk | Wasm policy plugin SDK |
| install.sh | One-line installer for macOS/Linux |
curl -fsSL https://sqreen.ai/install.sh | bashRuns fully offline by default. Cloud policy sync and SOC fleet management are part of Sqreen Cloud (commercial).
# From release binary (recommended)
curl -fsSL https://sqreen.ai/install.sh | bash
# From source
git clone https://github.com/sqreen-ai/sqreen-core.git
cd sqreen-core/mcp-proxy && cargo build --releaseWire the proxy into your MCP client config — see mcp-proxy/README.md.
See docs/CLEAN_INSTALL.md for post-install checks.
cd mcp-proxy && cargo test
bash mcp-proxy/scripts/smoke-test-install.sh # quick post-install check (no Cursor)
bash mcp-proxy/scripts/e2e-policy-test.sh
bash mcp-proxy/scripts/e2e-behavioral-chain-test.sh
bash mcp-proxy/scripts/e2e-threat-intel-test.shAI Agent ──► mcp-proxy (local RASP) ──► MCP tool server
│
└── optional: Sqreen Cloud policy sync
- Central policy orchestration
- Threat intel distribution
- Device-token fleet enrollment
- SOC console at console.sqreen.ai
Contact sdk@sqreen.ai for enterprise/self-hosted control plane.
See SECURITY.md. Report vulnerabilities to security@sqreen.ai — do not open public issues for security bugs.
MIT — see LICENSE.
Read ANNOUNCEMENT.md for the open-source launch post.