SeaweedFS logo
Database · self-hosted

SeaweedFS in one click.

SeaweedFS is a distributed blob store for billions of files you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is SeaweedFS?

SeaweedFS is a distributed object storage system optimized for storing and serving billions of small files at high throughput. It uses a central master for volume management and volume servers for file storage.

CategoryDatabase
Default port9333
Container imagechrislusf/seaweedfs:3.68

Run SeaweedFS in Even

Even Stacks launches SeaweedFS as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find SeaweedFS in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 9333, and serves it over trusted HTTPS at https://seaweedfs.localhost.

Drive SeaweedFS with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate SeaweedFS directly, at both the UI level and the container level.

Through the Even MCP an agent can create tables, seed test data, run a migration, or inspect a schema, then tail the logs to confirm it worked. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up SeaweedFS and get it ready", and the agent handles it end to end.

How agents reach it: Master HTTP API at http://localhost:9333; volume server typically on port 8080. To store a file: GET /dir/assign for a fid and URL, then PUT the file to that URL. To retrieve: GET http://<vol-host>/<fid>. No meaningful admin UI.

More Database services

Other one-click services you can launch in Even Stacks.