Track 03 is the fastest path to governed agents: one MCP server between your IDE and every downstream tool. Blekline masks secrets and PII before they leave your machine, evaluates each tool call against workspace policy, and streams metadata-only audit events to your Blekline workspace.
No sidecar required. No cluster access. Ship one workflow this week.
What you prove
- Prompts are masked before they reach model APIs
- Tool calls receive allow · mask · block decisions before execution
- Governance events appear in Operations → Activity
- Policy updates apply without redeploying local MCP config
Prerequisites
- A Blekline workspace — sign up (path chooser defaults to self-serve MCP)
- An API key with
mask:writeandevents:writescopes (Admin → API keys or Operations → MCP)
Verify in the workspace
After connecting your client:
- Open Operations → MCP in app.blekline.com
- Run the live MCP connectivity test
- Confirm
blekline_mask_promptandblekline_evaluate_tool_callrespond - Trigger a sample tool call from your IDE — check Activity for the allow/mask/block record
Downstream MCP servers
Route existing MCP servers through @blekline/mcp-proxy — Blekline evaluates every forwarded call with the same policy semantics.
→ [MCP proxy guide](/docs/mcp/proxy) · MCP server reference
Client-specific guides
| Client | Guide |
|---|---|
| Cursor | Cursor MCP setup |
| Claude Code | Claude Code setup |
| Claude Desktop | Claude Desktop |
| GitHub Copilot / VS Code | Copilot |
| Continue | Continue |
Full matrix: Agent clients hub
Headless verify (CI)
git clone https://github.com/Blekline/blekline-oss.git && cd blekline-oss
pnpm install && pnpm build:packages
export BLEKLINE_WORKSPACE_TOKEN="blw_..." BLEKLINE_API_URL="https://app.blekline.com"
pnpm verify:integrations
When to upgrade to platform eval
Need Trust Vault tokenization in VPC, Lineage Firewall session blocking, or fleet-wide policy SSE? Move to Kubernetes fleet or Docker sidecar after optional [NHIM audit](/docs/get-started/nhim-audit-quickstart).
Try the simulator: [Runtime Enforcement Simulator](/docs/playground/runtime-enforcement) · [Eval journey overview](/docs/get-started/eval-journey)