An open API service indexing awesome lists of open source software.

https://github.com/braincreator/flowlink

πŸ›‘οΈ FlowLink β€” Governance & Risk Control for Autonomous AI Systems. MCP gateway with 7-level shield: kill switch, policies, approval, sandbox, audit. Works with Claude Code, Cursor, Copilot, Windsurf.
https://github.com/braincreator/flowlink

ai-agent-security ai-firewall ai-governance ai-security aider autonomous-agents claude-code cline copilot cursor devops-security ebpf mcp mcp-gateway mcp-server policy-engine prompt-injection rust windsurf zero-trust

Last synced: 9 days ago
JSON representation

πŸ›‘οΈ FlowLink β€” Governance & Risk Control for Autonomous AI Systems. MCP gateway with 7-level shield: kill switch, policies, approval, sandbox, audit. Works with Claude Code, Cursor, Copilot, Windsurf.

Awesome Lists containing this project

README

          

# πŸ›‘οΈ FlowLink

**Governance & Risk Control for Autonomous AI Systems β€” enterprise-grade AI agent security and MCP governance layer.**

[![Latest Release](https://img.shields.io/github/v/release/braincreator/flowlink?label=latest&color=blue)](https://github.com/braincreator/flowlink/releases/latest)
[![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macos-informational)](https://github.com/braincreator/flowlink/releases)
[![License](https://img.shields.io/badge/license-proprietary-red)]()
[![Code Audit](https://img.shields.io/badge/code_audit-available_NDA-green)](mailto:flowlink@flow-masters.ru)
[![flowlink MCP server](https://glama.ai/mcp/servers/braincreator/flowlink/badges/card.svg)](https://glama.ai/mcp/servers/braincreator/flowlink)

*Policy enforcement Β· Risk scoring Β· Audit trails Β· MCP-native governance*

**MCP is becoming the standard protocol for AI agents. FlowLink is the governance layer they need.**

[Download Latest Release β†’](https://github.com/braincreator/flowlink/releases/latest)

---

## Why FlowLink?

When AI agents connect to your infrastructure via MCP, they get powerful access β€” file systems, databases, APIs, shell commands. **Without governance, a single misaligned agent can cause catastrophic damage.**

FlowLink sits between your MCP agents and your infrastructure, enforcing policies, scoring risks, and maintaining a complete audit trail.

**Think of it as a firewall for autonomous AI systems.**

## What It Does

- πŸ”’ **Policy Engine** β€” Define what agents can and cannot do: file access, network calls, command execution
- πŸ›‘οΈ **Risk Scoring** β€” Every agent action scored in real-time with configurable thresholds
- πŸ“‹ **Audit Trail** β€” Complete, tamper-proof log of every agent interaction for compliance
- βœ… **Approval Workflows** β€” High-risk actions require human approval before execution
- πŸ” **E2EE Relay** β€” Encrypted communication channel between agents and your infrastructure
- πŸ—οΈ **MCP-Native** β€” Built specifically for the Model Context Protocol β€” not a generic security tool

## Architecture

```
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ AI Agents │────▢│ FlowLink │────▢│ Your Infra β”‚
β”‚ (MCP) β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ (APIs, DBs, β”‚
β”‚ β”‚ β”‚ β”‚ Policy β”‚ β”‚ β”‚ Files, SSH) β”‚
β”‚ Claude β”‚ β”‚ β”‚ Engine β”‚ β”‚ β”‚ β”‚
β”‚ GPT β”‚ β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ β”‚ β”‚
β”‚ OpenSource β”‚ β”‚ β”‚ Risk β”‚ β”‚ β”‚ β”‚
β”‚ β”‚ β”‚ β”‚ Scorer β”‚ β”‚ β”‚ β”‚
β”‚ β”‚ β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ β”‚ β”‚
β”‚ β”‚ β”‚ β”‚ Audit β”‚ β”‚ β”‚ β”‚
β”‚ β”‚ β”‚ β”‚ Logger β”‚ β”‚ β”‚ β”‚
β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
```

## Quick Start

### 1. Download

```bash
# Linux (x86_64)
curl -sL https://github.com/braincreator/flowlink/releases/latest/download/flowlink-linux-amd64.tar.gz | tar xz

# macOS (Apple Silicon)
curl -sL https://github.com/braincreator/flowlink/releases/latest/download/flowlink-darwin-arm64.tar.gz | tar xz
```

### 2. Configure

```bash
cat > policy.toml <

**Built with Rust Β· Secured with eBPF Β· Governed by Policy**

*If your AI agents have access to your infrastructure, you need FlowLink.*