helm-oss

devops-infra MCP Server

HELM OSS — Open-source core of the HELM Autonomous OS. Policy enforcement, kernel runtime, proof graphs, and audit infrastructure.

Verified
devops-infradevops-infra
5 views5 stars1 forksv0.4.0Apache-2.0

Why This Matters

Discovered via github-topic:mcp and last synced 4mo ago.

Verified
Source
github-topic:mcp
Stars
5
Last synced
4mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
38
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (38)

Incident

Root cause

ASI-04

TLA+-verified 6-gate Guardian pipeline

Framework

Integration

Registry

Install

Per-call

Fail-closed policy gate — schema PEP, budget locks, contract pinning, signed verdicts

ASI-07

Circuit breakers + ProofGraph causal DAG

None

None

Go

`github.com/Mindburn-Labs/helm-oss/sdk/go`

Design-time

Reduces the bounded execution surface — capability manifests, connector allowlists, sandbox profiles

ASI-06

Budget gates with ACID locks + memory integrity protection

Adapter

`sdk/ts/adapters/gemini/`

Best-effort

Advisory

Python

`helm-sdk` + 6 adapters

Risk

ID

ASI-09

MCP governance interceptor + mTLS + SkillFortify capability verification + schema validation

Runtime

Quickstart

Rust

`helm-sdk`

Post-execution

Cryptographic proof — Ed25519 receipts, ProofGraph DAG, offline replay

ASI-08

Egress firewall (deny-all default) + selective disclosure JWT

Binary

--- ## Integrations ### Python (OpenAI SDK) ```python import openai client = openai.OpenAI(base_url="http://localhost:8080/v1") response = client.chat.completions.create( model="gpt-4", messages=[{"role": "user", "content": "List files in /tmp"}] ) # X-Helm-Decision-ID: dec_a1b2c3... # X-Helm-Verdict: ALLOW ``` → [examples/python_openai_baseurl/main.py](examples/python_openai_baseurl/main.py) ### TypeScript ```typescript const response = await fetch("http://localhost:8080/v1/chat/completions", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ model: "gpt-4", messages: [{ role: "user", content: "What time is it?" }], }), }); // X-Helm-Decision-ID: dec_d4e5f6... // X-Helm-Verdict: ALLOW ``` → [examples/js_openai_baseurl/main.js](examples/js_openai_baseurl/main.js) ### MCP Interceptor ```bash # Discover governed tools curl -s http://localhost:8080/mcp/v1/capabilities

In-repo

`go get github.com/Mindburn-Labs/helm-oss/sdk/[email protected]`

ASI-01

Ensemble threat scanner (multi-scanner voting, 12 rule sets, 7 detection vectors)

ASI-10

Evidence packs (JCS+SHA-256) + ProofGraph + OTel

Plugin

`sdk/ts/adapters/dify/`

DeerFlow

[`examples/deerflow/`](examples/deerflow/)

Java

`com.github.Mindburn-Labs:helm-oss`

ASI-02

Rug-pull detection + DDIPE doc scanning + egress firewall (fail-closed)

Capability

What It Does

OpenClaw

[`examples/openclaw/`](examples/openclaw/)

Enforcement

Meaning

ASI-03

Effect permits (single-use, nonce-verified, time-bound)

SkillFortify

arXiv 2603.00195

Language

Package

Layer

Property

ASI-05

Output quarantine gate

Middleware

`sdk/ts/adapters/llamaindex/`

Feature

HELM

TypeScript

`@mindburn/helm` + 7 adapters