file store mcp server
If you already use File Store, the file store mcp server is the piece that lets your assistant work with it directly. file store mcp server.
A file storage service supporting multiple cloud providers
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Installation — The Installation tool exposed by this serverConfiguration is passed through the environment: FSM_S3_REGION, FSM_S3_ACCESS_KEY, FSM_S3_SECRET_KEY, FSM_OSS_ACCESS_KEY, FSM_OSS_SECRET_KEY, FSM_COS_REGION, FSM_COS_APP_ID, FSM_COS_ACCESS_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. File Store's toolset — Installation — is a fair guide to whether it matches your workflow. It is maintained by sjzar; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against File Store's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Installation | The Installation tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| FSM_S3_REGION | Configuration value read at startup. | Optional |
| FSM_S3_ACCESS_KEY | Credential the server authenticates with. | Yes |
| FSM_S3_SECRET_KEY | Credential the server authenticates with. | Yes |
| FSM_OSS_ACCESS_KEY | Credential the server authenticates with. | Yes |
| FSM_OSS_SECRET_KEY | Credential the server authenticates with. | Yes |
| FSM_COS_REGION | Configuration value read at startup. | Optional |
| FSM_COS_APP_ID | Configuration value read at startup. | Optional |
| FSM_COS_ACCESS_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.