Skip to main content
Glama
Blekline

Blekline MCP Server

Official
by Blekline

Blekline governs non-human identities (agents) at the execution boundary — MCP tool calls, prompt ingress, and sidecar hops — before models or sandboxes act.

This is Blekline’s open-core repository: npm packages, client integrations, and the NHIM audit CLI. Documentation, the eval workspace, the hosted control plane, and the production NHIM sidecar image are on blekline.com and app.blekline.com.

Typical path: NHIM audit on staging → platform eval (Track 01 K8s · 02 Docker · 03 MCP).

What lives here vs on blekline.com

Open source (this repo)

Hosted product (app.blekline.com)

@blekline/nhim-audit — static K8s scan, no account

Deployment hub, posture upload, compliance export

@blekline/mcp-server, mcp-proxy, contracts, client, cursor-hooks

Workspace policy, fleet SSE, Azure-backed PII masking

Eval onboarding, glossary, full doc set

app.blekline.com/docs

Track 01 / 02 deploy the NHIM sidecar image (ghcr.io/blekline/sidecar) — Trust Vault, Lineage Firewall, admission — documented under Docker sidecar and K8s fleet. That image is not built from this repository.

Why packages/ingress-proxy is still open source

This folder is a reference sidecar — source you can audit, fork, and run locally:

  • Tool-call enforcement and model ingress using @blekline/contracts (same policy primitives as MCP)

  • Helm chart as a starting layout for sidecar injection (values default vault/lineage off)

  • For contributors and self-hosters who want contracts-level enforcement without pulling the NHIM image

It is not a stand-in for the production sidecar on eval tracks. If you only need Track 03, use MCP. If you need Trust Vault or Lineage, use the NHIM image from the deploy guides — not a DIY build of this package alone.

Details: packages/ingress-proxy/README.md · Ingress proxy API

Related MCP server: sovr-mcp-proxy

Quick start

Step 0 — NHIM audit (no Blekline account)

kubectl apply -f https://raw.githubusercontent.com/Blekline/blekline-oss/main/packages/nhim-audit/deploy/rbac/nhim-audit-reader.yaml
npx @blekline/nhim-audit audit --plain --json -o nhim-audit.json

Track 03 — MCP smoke

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" BLEKLINE_CLIENT_SURFACE="sdk"
pnpm demo:mcp-smoke

CLI: cli/README.md · CI: ci/ · Demos: demo/README.md

Packages

Package

Install

License

@blekline/nhim-audit

npx @blekline/nhim-audit audit

AGPL-3.0

@blekline/mcp-server

npm i @blekline/mcp-server

AGPL-3.0

@blekline/mcp-proxy

npm i @blekline/mcp-proxy

AGPL-3.0

@blekline/client

npm i @blekline/client

Apache-2.0

@blekline/contracts

workspace / embed

Apache-2.0

@blekline/cursor-hooks

npm i @blekline/cursor-hooks

Apache-2.0

Reference deploy (optional): packages/ingress-proxy — Docker / Helm for contracts-only sidecar; production eval uses the NHIM image instead.

MCP tools: blekline_mask_prompt · blekline_classify_risk · blekline_evaluate_tool_call · blekline_emit_eventMCP server docs

OpenAPI: packages/contracts/openapi.yaml

Deploy tracks

Track

Surface

Link

0

NHIM audit + CI gate

quickstart · ci-nhim-gate

01

Kubernetes fleet (NHIM image + Helm)

k8s-fleet

02

Docker sidecar (NHIM image)

docker-sidecar

03

MCP (Cursor, Claude, Codex)

mcp/cursor · npx -y @blekline/mcp-server

Connect a client

Surface

Path

BLEKLINE_CLIENT_SURFACE

CLI / SDK

cli/

sdk

CI

ci/

sdk

Cursor

.cursor/mcp.json.example

cursor

Claude Code

.claude/settings.json.example

claude-code

Claude Desktop

config/claude_desktop_config.json.example

claude-desktop

Codex

.codex/config.toml.example

codex

VS Code / Copilot / Continue

.vscode/

github-copilot / continue

Full matrix: integrations/README.md · pnpm generate:mcp-configs · pnpm verify:integrations

Integration guides (L1 sandboxes, model providers, LangSmith, etc.): app.blekline.com/docs/integrations

Architecture

flowchart LR
  Agents[L5 Agents] --> L4[Blekline L4]
  L4 --> MCP[MCP / tools]
  L4 --> Models[Model APIs]
  L4 --> Vault[Trust Vault — NHIM image]

Layer 4 ingress between agents and tools/models. Architecture · Trust boundaries · Runtime simulator

Documentation

Topic

Link

Eval journey

get-started/eval-journey

NHIM audit

tools/nhim-audit

Glossary

definitions

MCP proxy

mcp/proxy

Ingress proxy API

api/ingress-proxy

Community

CONTRIBUTING.md · CHANGELOG.md

Private team: develop in the blekline monorepo → pnpm audit:oss-public && pnpm sync:oss.

License

Component

License

mcp-server, mcp-proxy, ingress-proxy, nhim-audit

AGPL-3.0

contracts, client, client-python, cursor-hooks

Apache-2.0

Managed SaaS and the NHIM sidecar image are offered separately at app.blekline.com — not under the licenses in this repository.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
1wRelease cycle
8Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Protects AI agents from threats like prompt injection, jailbreaks, and SQL injection through a multi-layer scanning pipeline. It also enables PII redaction and rehydration to ensure data privacy during LLM interactions.
    Last updated
    12
    141
    1
    Apache 2.0
  • F
    license
    -
    quality
    -
    maintenance
    A transparent proxy and execution firewall that intercepts and audits AI agent tool calls against configurable security policies before forwarding them to downstream MCP servers. It provides safe execution environments with features like data redaction, anti-loop protection, and unified alert dispatching.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Provides a pre-flight/post-flight firewall for LLM calls with comprehensive detection, classification, policy enforcement, reversible redaction, output safety, and immutable audit logging.
    Last updated
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...

  • Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

  • Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Blekline/blekline-oss'

If you have feedback or need assistance with the MCP directory API, please join our Discord server