Prefer the Blekline VS Code extension for chat auto-mask. MCP config is the fallback for Copilot Chat and Continue — not the first install step.
1. Extension (recommended)
- Install Blekline from the Visual Studio Marketplace when listed (publisher
@blekline) — or load the VS Code extension from your workspace if you are on a design-partner build. - Sign in to your Blekline workspace or paste a workspace token (
blw_...) withmask:writeandevents:write. - In Copilot Chat / agent chat, Blekline redacts before send on the
@bleklinepath (silent auto-send). Native@copilotchat is MCP-only — the extension does not rewrite that compose box. See the client guarantee matrix.
BLEKLINE_CLIENT_SURFACE=github-copilot when the extension registers MCP on your behalf.
2. MCP fallback (Copilot Chat / Continue)
Use this when you cannot install the extension, or you need stdio MCP next to other servers.
- Example:
.vscode/mcp.json.exampleon blekline-oss - Live:
.vscode/mcp.jsonviapnpm generate:mcp-configs --local
{
"mcpServers": {
"blekline": {
"command": "npx",
"args": ["-y", "@blekline/mcp-server"],
"env": {
"BLEKLINE_WORKSPACE_TOKEN": "blw_...",
"BLEKLINE_API_URL": "https://app.blekline.com",
"BLEKLINE_CLIENT_SURFACE": "github-copilot"
}
}
}
}
Continue uses ~/.continue/config.json — Continue. Copilot-only MCP walkthrough: GitHub Copilot.
Reload the window after changing MCP config. Confirm tools: blekline_mask_prompt, blekline_evaluate_tool_call.
3. Optional proxy
Add [blekline-proxy](/docs/definitions/mcp-proxy) for downstream tool governance — MCP proxy.
Plan notes
Free covers Claude Code, Claude Desktop, and Cursor. VS Code / Copilot and the browser extension are on Pro and above. Quick Start · Billing
Enterprise
- Identity pinning — pin
@blekline/mcp-servercommand digest; MCP identity pinning. - Fleet policy — workspace SSE tool policy applies to every client surface.
Next steps: Choose your path · GitHub Copilot · MCP server · Open workspace