devops-infra MCP Server
HELM OSS — Open-source core of the HELM Autonomous OS. Policy enforcement, kernel runtime, proof graphs, and audit infrastructure.
Discovered via github-topic:mcp and last synced 4mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
Root cause
TLA+-verified 6-gate Guardian pipeline
Integration
Install
Fail-closed policy gate — schema PEP, budget locks, contract pinning, signed verdicts
Circuit breakers + ProofGraph causal DAG
None
`github.com/Mindburn-Labs/helm-oss/sdk/go`
Reduces the bounded execution surface — capability manifests, connector allowlists, sandbox profiles
Budget gates with ACID locks + memory integrity protection
`sdk/ts/adapters/gemini/`
Advisory
`helm-sdk` + 6 adapters
ID
MCP governance interceptor + mTLS + SkillFortify capability verification + schema validation
Quickstart
`helm-sdk`
Cryptographic proof — Ed25519 receipts, ProofGraph DAG, offline replay
Egress firewall (deny-all default) + selective disclosure JWT
--- ## 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
`go get github.com/Mindburn-Labs/helm-oss/sdk/[email protected]`
Ensemble threat scanner (multi-scanner voting, 12 rule sets, 7 detection vectors)
Evidence packs (JCS+SHA-256) + ProofGraph + OTel
`sdk/ts/adapters/dify/`
[`examples/deerflow/`](examples/deerflow/)
`com.github.Mindburn-Labs:helm-oss`
Rug-pull detection + DDIPE doc scanning + egress firewall (fail-closed)
What It Does
[`examples/openclaw/`](examples/openclaw/)
Meaning
Effect permits (single-use, nonce-verified, time-bound)
arXiv 2603.00195
Package
Property
Output quarantine gate
`sdk/ts/adapters/llamaindex/`
HELM
`@mindburn/helm` + 7 adapters