# Continue P3 — connect `@blekline/mcp-server` for mask, enforce, and audit. ## Setup 1. `npm install -g @blekline/mcp-server@0.3.0` or use monorepo `dist/` 2. Set env: ```bash export BLEKLINE_WORKSPACE_TOKEN="blw_..." export BLEKLINE_API_URL="https://app.blekline.com" export BLEKLINE_CLIENT_SURFACE="continue" ``` 3. Add MCP server to `~/.continue/config.json`: ```json { "mcpServers": { "blekline": { "command": "npx", "args": ["-y", "@blekline/mcp-server"], "env": { "BLEKLINE_WORKSPACE_TOKEN": "blw_...", "BLEKLINE_CLIENT_SURFACE": "continue" } } } } ``` 4. Optional: add `blekline-proxy` for downstream tool governance — [MCP proxy](/docs/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-server` command digest; see [MCP identity pinning](/docs/security/mcp-identity-pinning). - **Fleet policy** — Workspace SSE tool policy applies to all client surfaces. - **Support** — See [Agent clients hub](/docs/integrations/agent-clients) compatibility matrix. See [Continue documentation](https://docs.continue.dev/). --- **Next steps:** [Agent clients hub](/docs/integrations/agent-clients) · [MCP server](/docs/mcp/server) · [Model matrix](/docs/mcp/model-matrix) · [Open workspace](https://app.blekline.com)