Blekline
v0.3.0GitHub

Integrations

Modal Stack

Layer 4 Blekline governance + Layer 1 Modal serverless sandboxes.

View as Markdown

In the AI Enablement Stack, Blekline is Layer 4 and Modal is Layer 1 (serverless sandboxes with optional GPU).

LayerProductRole
L4BleklineMask prompts, classify risk, govern MCP tool calls, audit
L1ModalgVisor-isolated sandboxes, GPU, high concurrency

Wiring

  1. Connect @blekline/mcp-proxy in Cursor / Claude / Codex — MCP proxy
  2. Set downstream MCP to a Modal-compatible server (e.g. community mcp4modal_sandbox or your Modal app MCP)
  3. Provide MODAL_TOKEN_ID and MODAL_TOKEN_SECRET
export BLEKLINE_DOWNSTREAM_MCP_COMMAND="npx,-y,mcp4modal_sandbox"
export BLEKLINE_DOWNSTREAM_SERVER=modal
export MODAL_TOKEN_ID=...
export MODAL_TOKEN_SECRET=...

Flow: L5 Agent → L4 Blekline proxy → L1 Modal MCP → sandbox.

See Modal Sandboxes documentation for SDK and MCP setup.


Next steps: Sandbox providers · AI Enablement Stack · MCP Cursor setup · Open workspace