Kobel compared to every other way of controlling AI access
There is no single market here — there are three, and they are constantly confused with each other. This page maps all of them, says plainly which problem each solves, and tells you when Kobel is the wrong answer.
Last reviewed:
Kobel is a local permission layer for AI agents. It runs on your own Windows or Mac, sits between AI assistants and your folders, business apps and social accounts, and enforces one of five permission levels for every single resource — from full read and write down to a hard block. Nothing is processed in the cloud, and every access is written to a local activity log.
Most products people compare it to are solving a different problem. Enterprise MCP gateways (MintMCP, TrueFoundry, Obot, Pomerium, Kong, Cloudflare) govern remote MCP servers for IT departments and never touch your hard drive. AI vendors' built-in controls (Claude Desktop, ChatGPT, Windows agent workspace) only govern their own assistant, on their own terms. Developer tools (Docker MCP Toolkit, ToolHive, Continue, Cursor) do fine-grained control through config files and containers. Kobel is the option for someone who wants per-folder, per-app rules across several AI assistants, set with a mouse, on their own machine.
The landscape at a glance
Every product below is real and worth knowing about. They are grouped by the problem they actually solve, because the biggest source of confusion in this category is people comparing a network proxy to a desktop app.
| Tool | What it actually is | Runs | Controls access to local files? | Built for |
|---|---|---|---|---|
| Kobel | Local permission layer / MCP gateway with five permission levels per resource | Your Windows or Mac | Yes — per folder, five levels | Individuals, freelancers, agencies, SMEs |
| Claude Desktop & Cowork | The AI assistant itself, with its own approval prompts and workspace folders | Your Mac/PC + Anthropic cloud | Partly — for Claude only | Anyone using Claude |
| ChatGPT apps & connectors | The AI assistant itself, with four global approval levels for connected apps | OpenAI cloud | No first-party local file connector | Anyone using ChatGPT |
| Windows agent workspace | OS-level agent isolation; each agent gets its own Windows account | Windows 11 (preview) | Partly — six known folders | Every Windows user, eventually |
| Docker MCP Toolkit | Runs MCP servers in containers; per-server and per-tool enable/disable | Docker Desktop | Container-level, explicit opt-in | Developers |
| ToolHive Studio | Container isolation plus network/filesystem permission profiles for MCP servers | Desktop, CLI, Kubernetes | Via permission profiles | Developers, platform engineers |
| Continue / Cursor | Coding agents with permission rules in a config file — Continue: allow / ask / exclude with glob paths; Cursor: server:tool allowlists with wildcards | Your editor | Yes, via YAML/JSON rules | Developers |
| LM Studio | Local model runner with a per-tool-call confirmation dialog | Your Mac/PC | Per tool, not per folder | Prosumers, developers |
| MintMCP, TrueFoundry, Obot, Pomerium, Kong, Cloudflare, IBM ContextForge, Portkey | Enterprise MCP/AI gateways: RBAC via your identity provider, OAuth, per-tool allowlists, audit trails | Cloud or your own servers | No | Enterprise IT and platform teams |
| Zapier MCP | Exposes thousands of SaaS actions to AI; you choose tool by tool what the server exposes, and account-level app restrictions also apply | Zapier cloud | No | Business ops, non-technical |
| n8n | Workflow automation that can act as an MCP server or client; can read and write files on the machine it runs on | Cloud or self-hosted | Not for an AI client’s own file access | Automation builders |
| Lasso MCP Gateway, MCP Defender | Local traffic inspection: secret masking, prompt-injection and PII detection | Your Mac/PC | No — inspects, does not grant | Security engineers |
"Controls access to local files" is not a quality score. A Kubernetes-native gateway is not worse than Kobel;
it answers a different question. If your problem is "which of my 400 employees may call the delete_issue
tool on our internal MCP server", buy an enterprise gateway. If your problem is "the AI helping me with my
bookkeeping must never see the folder with my medical records", that is what Kobel is for.
Three categories that get confused constantly
1. Network-side gateways — governing remote MCP servers
MintMCP, TrueFoundry, Obot, Pomerium, Kong, Cloudflare, IBM ContextForge and Portkey all sit in the network path between an AI client and one or more remote MCP servers. They authenticate the caller against an identity provider, apply role-based rules about which tools that role may invoke, and log everything for compliance. Pomerium's policy language, for example, can match tool names by prefix so that finance may run query tools but not admin tools.
They are designed for the network path, not the endpoint. Several — IBM ContextForge, Obot, agentgateway — are self-hostable and will run perfectly well on a laptop, and TrueFoundry deploys to VPC, on-premise or air-gapped environments. What none of them offer is per-folder permissions over your own filesystem, because that is not the problem they solve. They are bought by IT departments; several publish self-serve tiers, but enterprise pricing is usually on request.
2. Vendor-built controls — governing one assistant
Anthropic, OpenAI and Microsoft all ship permission controls now, and they are getting better fast. This is the category that matters most, because it is free and already installed.
- Claude Desktop and Cowork use attached workspace folders, a manual-versus-automatic approval mode, and always ask before permanently deleting a file. Managed deployments can pin allowed folders to read-only or read-write.
- ChatGPT has the clearest consumer permission tiering in the market — Always ask, Any changes, Important actions, Never ask — but its connectors are cloud-to-cloud OAuth. There is no first-party local filesystem connector; local access goes through user-run MCP servers in developer mode.
- Windows agent workspace gives each agent its own Windows account and asks per agent, with Allow always / Ask every time / Never allow, scoped to six known folders. It is still in preview and Windows-only.
The shared limitation is obvious once you name it: each of these governs only its own assistant. Turning Claude's approvals up does nothing about the second AI tool you installed last month.
3. Local host-side consent — governing your machine
This is where Kobel sits, together with Docker MCP Toolkit, ToolHive Studio, LM Studio, Continue and Cursor. Everything here runs on your computer and decides what an AI may touch before the request reaches the file system. The pattern across the category is striking: almost every one of them does either per-tool gating or per-path scoping, and the ones that do both do it in a YAML file.
Kobel's permission model
Every folder, app and account you add to Kobel gets exactly one of five levels. You set it by dragging a folder in and picking a colour; there is no configuration file.
- GreenRead and write. The AI may open files and save changes in place.
- TealWrite with automatic backup. Every change is preceded by a backup copy, so a bad edit is always reversible.
- OrangeRead the original, write only to copies. The AI can work with your data but cannot alter the source file.
- YellowRead only. Look, don't touch.
- RedBlocked. The resource is invisible to the AI.
Two of these have no equivalent anywhere else in the category. Teal — write, but snapshot first — turns the single most common fear ("what if it overwrites something important?") into an undo button. Orange — read the original, write only copies — is the setting most people actually want for accounting, contracts and client data, and no major AI vendor offers it.
Where Kobel is the strongest option
- You use more than one AI assistant. One ruleset lives on your machine and applies to every connected client — Claude Desktop, ChatGPT Desktop, GitHub Copilot, Gemini CLI, Cursor, Ollama or any other MCP client, auto-detected and connected in one click. Note the trade-off: it is one ruleset. Individual assistants can be switched on or off, not given different rules.
- You want per-folder rules without a config file. Drag, drop, pick a colour.
- You need a gradient, not a switch. Read-only versus read-write is two options. Kobel gives five, including backup-before-write and write-to-copies-only.
- The data must not leave the machine. Kobel evaluates every permission on the device and uploads no file contents.
- You need one log the AI cannot touch. Every file read, change and deletion, every app call and every social post is recorded with timestamp, AI identity and permission level — and the log is not exposed to the AI through the gateway, so a connected assistant can neither read it nor alter it. Exportable as CSV or JSON.
- Files and accounts in one place. Kobel governs local folders, cloud folders synced to disk, in-house software through the App Proxy, and eight social platforms with per-capability limits.
Where Kobel is the wrong tool
Choose something else if any of these describe you:
- You need SSO, SCIM or IdP-driven RBAC across hundreds of users. Kobel's Team plans do give you a central admin console, roles and company-wide rules, but they are not wired to an identity provider. Above that scale you are in MintMCP, TrueFoundry, Obot, Pomerium or Entra Agent ID territory.
- You run on Linux, or in Kubernetes. Kobel is a Windows and macOS desktop application.
- You want to govern remote MCP servers your team consumes over the network. A network gateway sits in the right place; a desktop app does not.
- You want content inspection. Kobel decides what may be accessed. It is not a prompt-injection scanner — for that, look at Lasso's gateway or Docker's MCP Defender, and read our MCP security guide.
- You only use Claude, only for coding, and you are comfortable in a config file. Claude Code's own permission rules plus its sandbox will get you a long way for free.
Which one should you pick?
Pick Kobel if…
- You are one person or a small team, not an IT department
- Your sensitive data is on your own disk
- You use two or more AI tools
- You want "read the original, write copies" as a real setting
- You want a one-time price rather than a per-seat subscription
Pick something else if…
- You need SSO, SCIM or an identity provider — Kobel's Team plans have a central admin console and company-wide rules, but no IdP integration
- Your MCP servers are remote and shared
- You live on Linux or in containers
- You are a developer happy with
permissions.yaml - You want security scanning rather than access control
Keep reading
Sources
- Model Context Protocol — Security best practices (2026-07-28)
- OWASP — MCP Security Cheat Sheet
- Anthropic — Claude Desktop local access and managed folder policy
- Anthropic — Use Claude Cowork safely
- OpenAI — Connectors in ChatGPT
- Microsoft — Experimental agentic features in Windows
- Pomerium — MCP capabilities and per-tool policy
- Docker — MCP Catalog and Toolkit
- n8n — MCP Server Trigger node
Try it on one folder
Install Kobel, drag in a single folder, set it to read-only, connect your assistant. Two minutes. Free Basis tier, no account needed.
Download KobelSee featuresFrequently asked questions
Is Kobel an alternative to Claude or ChatGPT?
No. Claude and ChatGPT are the AI assistants; Kobel is the permission layer underneath them. You keep using your assistant exactly as before, and Kobel decides which folders, apps and accounts it can reach and whether it may read, write, back up, copy or nothing at all.
Is Kobel an MCP gateway?
Yes, but a local one. Kobel speaks the Model Context Protocol and acts as the gateway between MCP-capable AI clients and your resources, running entirely on your own Windows or Mac. Enterprise MCP gateways such as MintMCP, TrueFoundry or Pomerium do the same job in the network path for organisations, with identity-provider integration instead of a desktop UI.
Do I still need Kobel if Claude already asks before deleting a file?
That depends on how many AI tools you use and how fine-grained you need to be. Claude's own controls apply to Claude, they are folder-level and read/write, and approval fatigue is real. Kobel's rules apply to every MCP-capable client on the machine and include levels that no assistant offers, such as write-with-backup and read-original-write-copies.
Is n8n a competitor to Kobel?
No. n8n is workflow automation that can act as an MCP server or client, and its MCP endpoint is protected by a bearer or header token — you either have the token or you do not. n8n can read and write files on the machine it runs on, and self-hosted installs can restrict those paths, but it has no per-caller permission model for MCP and no concept of graded permissions on a desktop user's folders. n8n authenticates a connection; it does not authorise an individual action against a specific folder.
Does Kobel send my files to a server?
No file contents are uploaded — all permission checks run on the device. Two things do leave it, and are worth stating plainly: licence and update checks contact Kobel's server, and cloud folders, social connectors and the optional ChatGPT tunnel contact their respective providers, but only when you switch them on. Credentials are stored locally; on Windows they are encrypted with the OS keystore (DPAPI), on macOS Keychain support has not shipped yet and they are stored unencrypted.
Does Kobel work on Linux?
Not today. Kobel is a desktop application for Windows and macOS.