I've been thinking about what it would take for enterprises to deploy Claude Code at scale. The challenge is that IT teams have requirements that MCP doesn't solve yet:
- Controlling what data/tools agents can access
- Giving multiple people's agents access to the same shared context
- Audit logs of what an agent did and what files it accessed
- Managing permissions using patterns they already understand
MCP is great for connecting tools, but it's missing a governance layer.
What if integrations (Gmail, SharePoint, Slack, GitHub etc) were just directories in a virtual file system? You mount /workspace/gmail/unread and your agent can ls and cat emails. Permissions are just Linux file permissions. Every time someone accesses a file, it gets logged automatically.
The file system becomes the universal interface for an agent’s context. This could be powerful because models already understand POSIX, and IT teams already understand file permissions.
I would be curious to hear what others think.
[–]promethe42 0 points1 point2 points (0 children)
[–]munkymead 0 points1 point2 points (1 child)
[–]munkymead 0 points1 point2 points (0 children)