Hey everyone! π
Weβre gearing up to launch UnofficialOS (https://www.unofficialos.com) β an open-source registry indexing 384+ Cloudflare OS gadgets, agent blueprints, and Model Context Protocol (MCP) servers.
With the rapid rise of autonomous AI assistants (Claude Desktop, Cursor IDE, Windsurf), connecting models to reliable edge execution environments is becoming essential.
Weβd love to hear from fellow builders:
- What edge tools or MCP servers do you use in your daily AI workflow?
- What features would you like to see in an open-source edge tool directory?
Drop your thoughts below! π
Top comments (6)
The interesting MCP servers are usually the boring ones: storage, deploy logs, permissions, docs, and observability. Those are the places where an agent becomes useful because it can see the system state, not just generate code around it.
thanks for your comment. If you would like to see any additional feature, please let me know. I would try to implement this.
The feature I would prioritize is an audit view before adding more tools: which MCP servers are connected, what scopes they expose, when each was last called, and which calls touched durable state. In practice, teams trust tool catalogs faster when they can see the permission surface and recent execution trail in one place.
Hey Alex, totally agree on the importance of permission visibility! I have now built an interactive audit tool specifically for this: unofficialos.com/mcp-checker. It performs an AST capability audit on any MCP server to surface network/disk/shell scopes and breaks down every tool into Read-Only vs Durable State mutations with full client configs (Claude, Cursor, Windsurf). Would love your thoughts on it!
For that kind of Cloudflare OS, I would start with the least glamorous MCP surfaces: KV/R2 inventory, deployment history, worker logs, env var presence checks, and a read-only route map. Those give an agent useful context without immediately handing it risky mutation powers.
unofficialos.com/best/read-only-mc...
I hope it helps you. I am working on other things.