Tigris Data @tigrisdata.com · Jun 24

Hooking an agent up to your object storage usually means handing it credentials and hoping it behaves. That's a lot of trust for something that occasionally invents a delete. storagesdk ships an MCP server, so storage shows up as tools an agent can call.

0 likes 1 replies

?

Replies

Tigris Data · Jun 24

Run it read-only and the agent can list and download but can't write or delete a thing. Scope it to a single prefix and it never sees the rest of the bucket. Point it at a fork and it gets a throwaway copy while the real data sits untouched. github.com/storagesdk/s...