Skip to main content
The File Storage server at /MCP/Files gives each authenticated account a separate persistent file area. It publishes files as MCP resources and supplies tools for controlled mutation.

Resources

The server supports resource listing and reading when the caller has:
Resource URIs are local to the account and must not be shared as public download URLs.

Tools

Path and type rules

  • Local names cannot start with a path separator.
  • .. path traversal is rejected.
  • File extensions must agree with the Internet content type.
  • Executable files must not be stored.
  • Folders can organize an account’s area, but cannot escape it.

Safe role examples

Read-only retrieval:
Document authoring without deletion:
Mark sensitive content through the tool’s sensitivity input where available, and never use the file area as a secret vault.