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.
- Host: GitHub
- URL: https://github.com/braincreator/flowlink
- Owner: braincreator
- License: other
- Created: 2026-04-23T07:54:50.000Z (about 2 months ago)
- Default Branch: releases-only
- Last Pushed: 2026-05-27T03:49:53.000Z (13 days ago)
- Last Synced: 2026-05-27T05:26:19.915Z (13 days ago)
- Topics: 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
- Homepage: https://flowlink.flow-masters.ru
- Size: 458 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# π‘οΈ FlowLink
**Governance & Risk Control for Autonomous AI Systems β enterprise-grade AI agent security and MCP governance layer.**
[](https://github.com/braincreator/flowlink/releases/latest)
[](https://github.com/braincreator/flowlink/releases)
[]()
[](mailto:flowlink@flow-masters.ru)
[](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.*