P3 — connect @blekline/mcp-server for mask, enforce, and audit.
Setup
npm install -g @blekline/mcp-server@0.3.0or use monorepodist/- Set env:
export BLEKLINE_WORKSPACE_TOKEN="blw_..."
export BLEKLINE_API_URL="https://app.blekline.com"
export BLEKLINE_CLIENT_SURFACE="continue"
- Add MCP server to
~/.continue/config.json:
{
"mcpServers": {
"blekline": {
"command": "npx",
"args": ["-y", "@blekline/mcp-server"],
"env": {
"BLEKLINE_WORKSPACE_TOKEN": "blw_...",
"BLEKLINE_CLIENT_SURFACE": "continue"
}
}
}
}
- Optional: add
blekline-proxyfor downstream tool governance — MCP proxy.
Tool interception
- Before model context —
blekline_mask_prompt - Before tool execution —
blekline_evaluate_tool_call/ proxy layer
Enterprise
- Identity pinning — Pin
@blekline/mcp-servercommand digest; see MCP identity pinning. - Fleet policy — Workspace SSE tool policy applies to all client surfaces.
- Support — See Agent clients hub compatibility matrix.
Next steps: Agent clients hub · MCP server · Model matrix · Open workspace