Skip to main content
Glama
Blekline

Blekline MCP Server

Official

Blekline governs agent traffic — 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. Hosted docs and the control plane live on app.blekline.com. Start on Freechoose your path (Individual / Team / Enterprise / API), then Claude Code, Desktop, or Cursor. You do not need to clone this repo first.

Quick start (60 seconds)

No clone. Create a Free workspace, copy a token from Admin → API keys, then:

npx -y @blekline/init
export BLEKLINE_WORKSPACE_TOKEN="blw_..."
export BLEKLINE_API_URL="https://app.blekline.com"
export BLEKLINE_CLIENT_SURFACE="sdk"
npx -y @blekline/mcp-server

Connect a client: Claude Code · Claude connector (OAuth) · Cursor · Codex

CLI: cli/README.md · CI: ci/ · 3-minute product path: Quick Start

Related MCP server: sovr-mcp-proxy

Packages

Package

Install

License

@blekline/mcp-server

npx -y @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/init

npx @blekline/init

Apache-2.0

@blekline/claude-sdk

npm i @blekline/claude-sdk

Apache-2.0

@blekline/cursor-hooks

npm i @blekline/cursor-hooks

AGPL-3.0

@blekline/codex-hooks

npm i @blekline/codex-hooks

AGPL-3.0

@blekline/client-hooks

workspace / hooks

Apache-2.0

@blekline/nhim-audit

npx @blekline/nhim-audit audit

AGPL-3.0

MCP tools: blekline_mask_prompt · blekline_evaluate_tool_call · blekline_simulate_policy · blekline_log_governance_eventMCP server docs

OpenAPI: packages/contracts/openapi.yaml

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

Depth: Cursor and Codex ship hooks + plugins in this repo. Claude Code ships MCP + @blekline/claude-sdk. VS Code Copilot is MCP-only here — the @blekline extension is cloud/Marketplace (see integrations/README.md).

NHIM audit (cluster scan)

No Blekline account required. Use this when you are evaluating Kubernetes posture — not as step 1 for IDE governance.

kubectl apply -f https://raw.githubusercontent.com/Blekline/blekline-oss/main/packages/nhim-audit/deploy/rbac/nhim-audit-reader-namespaced.yaml -n nhim-eval
kubectl apply -f https://raw.githubusercontent.com/Blekline/blekline-oss/main/packages/nhim-audit/deploy/rbac/nhim-audit-reader-cluster.yaml
npx @blekline/nhim-audit audit --profile generic --namespace nhim-eval --plain --json -o nhim-audit.json

NHIM audit quickstart · CI NHIM gate · Eval journey (K8s / Docker / MCP tracks)

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 MCP, use npx @blekline/mcp-server. 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

What lives here vs on blekline.com

Open source (this repo)

Hosted product (app.blekline.com)

@blekline/mcp-server, mcp-proxy, contracts, client, cursor-hooks, codex-hooks, init, claude-sdk, client-hooks

Workspace policy, fleet SSE, Azure-backed PII masking

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

Deployment hub, posture upload, compliance export

Client config examples

app.blekline.com/docs

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

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

Choose your path

get-started/paths

Quick start

/docs

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, cursor-hooks, codex-hooks

AGPL-3.0

contracts, client, client-python, client-hooks, claude-sdk, init

Apache-2.0

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

Available Tools

6 tools
blekline_classify_riskA
Read-only

[Deprecated — use blekline_simulate_policy] Read-only simulation of Blekline redaction policy on a prompt without applying masking or persisting content.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
platformNo
sourceHostNo

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds that it performs no masking and persists no content, which is extra context. It also flags deprecation, which is valuable for the agent. However, it does not describe output format or error behavior, so it falls short of a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one compact sentence, front-loads the deprecation notice, and wastes no words. It effectively communicates the essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is deprecated and has no output schema, the description covers the most critical information (deprecation and read-only nature) but omits return values and the meaning of platform/sourceHost. It is adequate for a deprecated tool with a clear successor, but not fully complete for someone who might still invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only vaguely references 'a prompt' without explaining the platform or sourceHost parameters. It does not compensate for the schema's lack of descriptions, leaving these parameters semantically unclear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('simulates') and resource ('Blekline redaction policy on a prompt'), and distinguishes from siblings by noting it is read-only and does not apply masking or persist content. It also explicitly names the successor tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says '[Deprecated — use blekline_simulate_policy]', providing a clear directive for when to use the replacement tool. It also implies when this tool might have been used (read-only simulation without masking) versus alternatives like blekline_mask_prompt.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

blekline_emit_eventA

[Deprecated — use blekline_log_governance_event] Write a metadata-only governance audit event to the Blekline workspace. Does not store raw prompt content.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYes
actionNo
platformNo
riskTierNo
entitiesMaskedNo

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds 'metadata-only' and 'does not store raw prompt content', providing meaningful behavioral disclosure beyond the annotations' readOnly/destructive hints. The deprecation notice also signals lifecycle status, but it does not mention permissions or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences, with the deprecation notice front-loaded and the purpose stated directly. Every word contributes value, and there is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having five parameters and no output schema, the description omits any explanation of parameter usage or expected behavior. While the deprecation notice mitigates the need for full documentation, the description remains incomplete for an agent that might need to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description provides no information about any of the five parameters (kind, action, platform, riskTier, entitiesMasked). With 0% schema description coverage, the description fails to add any meaning beyond the bare schema, which itself lacks parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool writes a metadata-only governance audit event to the Blekline workspace, using a specific verb and resource. It distinguishes itself from siblings by explicitly marking itself as deprecated and naming the replacement tool, blekline_log_governance_event.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with '[Deprecated — use blekline_log_governance_event]', which is an explicit directive to use the alternative tool. It also clarifies the intended use case (metadata-only events, no raw prompt content), giving strong context for when to use or avoid this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

blekline_evaluate_tool_callA
Read-only

Read-only evaluation of MCP tool name and arguments against Blekline workspace tool policy (allow, mask, or block).

ParametersJSON Schema
NameRequiredDescriptionDefault
platformNo
toolNameYes
argumentsYes

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, and the description repeats this with 'Read-only' without adding new safety information. However, it does add value by disclosing that the policy outcome can be 'allow, mask, or block,' which is useful behavioral context not present in the annotations. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the key attribute ('Read-only') and immediately follows with the specific action and policy outcome. Every word contributes, with no redundancy or filler, making it an exemplar of conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple and the description covers its core purpose and outcome categories. While there is no output schema to define return values, the mention of 'allow, mask, or block' implicitly communicates the possible results, and the safety profile is well-covered by annotations. The only gaps are the unexplained 'platform' parameter and minor details about argument handling, but overall it is sufficiently complete for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description carries the burden of explaining parameters. It explicitly mentions 'tool name and arguments,' which maps to the required toolName and arguments properties, adding meaningful semantics. However, it does not describe the optional 'platform' parameter or elaborate on the structure of the 'arguments' object, leaving some ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Read-only evaluation of MCP tool name and arguments against Blekline workspace tool policy (allow, mask, or block).' It specifies the verb (evaluate), the resources (tool name and arguments), and the intended outcome (policy decision). This distinctively separates it from sibling tools like classify_risk or simulate_policy.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when needing to check a tool call against Blekline policy, but it does not explicitly state when to use it over alternatives or mention any exclusions. Sibling tools suggest related functions, but the description gives no comparative guidance, so the usage context is only implicitly conveyed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

blekline_log_governance_eventB

Write a metadata-only governance audit event to the Blekline workspace. Does not store raw prompt content.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYes
actionNo
platformNo
riskTierNo
entitiesMaskedNo

TDQS

B3.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false and destructiveHint=false, and the description adds behavior context: it is metadata-only and does not store raw prompt content. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no redundant words. The first sentence states the action and target, the second adds a critical constraint, earning its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given five undocumented parameters and no output schema, the description is too sparse. It provides some context (metadata-only, no raw content) but fails to explain parameter purposes, return values, or when to use the tool relative to similar siblings, making it incomplete for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain parameter meanings, but it does not mention any of the five parameters (kind, action, platform, riskTier, entitiesMasked). The description only states the tool's general behavior, leaving parameter semantics entirely to the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it writes a metadata-only governance audit event, which is a specific verb and resource. However, it does not explicitly distinguish itself from sibling tool 'blekline_emit_event' beyond the 'governance' qualifier.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is for governance audit logging with the 'governance audit event' phrasing, and the 'Does not store raw prompt content' hints at when to choose this over alternatives. No explicit exclusions or alternative tool references are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

blekline_mask_promptA

Mask PII and secrets in prompt text via the Blekline control plane before sending content to an LLM.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesPrompt text to mask
platformNoOptional platform label (e.g. Claude Desktop)

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only set readOnlyHint=false and destructiveHint=false, which convey little. The description adds the context of an external 'Blekline control plane' and the pre-LLM position, but it does not disclose whether the operation has side effects, what the response looks like, or failure modes. This is partial transparency beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that states the action, target, and context. Every word earns its place with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter tool with no output schema, the description adequately covers purpose and context. It does not state the return value or mention error conditions, but given the straightforward nature and clear sibling differentiation, it is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for both 'text' and 'platform'. The description adds minimal value beyond restating that text is prompt text and does not enrich the 'platform' parameter. Baseline 3 is appropriate since the schema carries the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Mask', identifies the resource ('PII and secrets in prompt text'), and adds process context ('via the Blekline control plane before sending content to an LLM'). This clearly differentiates it from sibling tools that handle policy simulation, event logging, tool evaluation, risk classification, and event emission.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use the tool: before sending content to an LLM. It provides the context of a preprocessing step but does not explicitly state when not to use it or mention alternatives. This meets the 'clear context, no exclusions' criterion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

blekline_simulate_policyA
Read-only

Read-only simulation of Blekline redaction policy on a prompt without applying masking or persisting content.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
platformNo
sourceHostNo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this while adding the crucial detail that content is neither masked nor persisted. This goes beyond the annotation metadata by clarifying the tool's non-mutating, non-logging behavior. It does not describe the exact output format, but for a read-only simulation the safety profile is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, tightly worded sentence that delivers the essential purpose and behavior without unnecessary words. Every phrase earns its place: read-only, simulation, no masking, no persistence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and the annotations, the description covers the core behavior but leaves gaps. There is no output schema, and the description does not indicate what the simulation returns (e.g., policy decisions, risk scores), which an agent would need to decide whether to invoke the tool. Parameter details for platform and sourceHost are also absent. The tool is still usable, but the description is not fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only mentions the 'prompt' by name indirectly ('on a prompt'). It does not explain the meaning or purpose of the 'platform' and 'sourceHost' parameters, which are likely important for policy simulation context. The description fails to compensate for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it is a read-only simulation of a redaction policy on a prompt, explicitly noting no masking or persisting occurs. This distinguishes it from siblings like blekline_mask_prompt (which applies masking) and logging tools. The verb 'simulate' is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the intended use case: dry-run evaluation of policy without side effects. It contrasts with masking/persisting tools, giving context for when to choose simulation over alternatives. However, it does not explicitly name alternatives or provide exclusionary guidance, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updatesv0.4.2
    • First observedblekline_classify_risk
    • First observedblekline_emit_event
    • First observedblekline_evaluate_tool_call
    • First observedblekline_log_governance_event
    • First observedblekline_mask_prompt
    • First observedblekline_simulate_policy

TDQS

A3.8/5.0
Disambiguation3/5

The set includes two pairs of deprecated duplicates (classify_risk mirrors simulate_policy, emit_event mirrors log_governance_event), which creates some overlap. However, the deprecation notes explicitly point to the replacements, so an agent can disambiguate with careful attention.

Naming Consistency5/5

All tools share the consistent 'blekline_' prefix and follow a clear verb_noun snake_case pattern (mask_prompt, simulate_policy, log_governance_event, evaluate_tool_call, classify_risk, emit_event). The naming is uniform and predictable.

Tool Count4/5

Six tools total is within the typical well-scoped range, though two are deprecated, leaving four active tools. This is slightly thin for a governance surface but still reasonable for the narrow purpose of masking and policy evaluation.

Completeness4/5

The active tools cover core needs: masking, policy simulation, governance event logging, and tool-call evaluation. Missing capabilities like policy management or retrieving audit logs are minor gaps, but the primary workflow is well covered.

Maintenance

ActivityActive
ResponsivenessNo issues

Related MCP Connectors

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.
    12
    125
    1
    Apache 2.0
  • F
    license
    Not graded
    quality
    Not graded
    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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to scan, redact, and govern sensitive data before sending it to external tools through DLP, secure chat, and shadow AI discovery tools.
    AGPL 3.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a governance gateway for LLM and agent traffic via MCP, blocking prompt injection, redacting PII, enforcing per-tenant token budgets, and caching repeat questions semantically. Enables AI agents to route model calls through the same guardrails instead of calling providers directly.
    MIT

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