Provides S3-compatible object storage capabilities for managing buckets, uploading/downloading objects, and generating signed URLs through Tigris Storage
Sign up for a Tigris account:
- Go to storage.new and sign up for a new account if you don't already have one.
Create Tigris Access Keys:
- Visit storage.new/accesskey while logged into your Tigris account.
- Click the option to "Create Access Key" as indicated in the interface.
- After generating, you will be shown your AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY (these values will only be shown once).
Secure Your Keys:
- Immediately copy both your AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and save them securely (for example, in a password manager).
Open the FastMCP Connection Interface:
- Press the "Install Now" button in your platform or editor to open the FastMCP connection setup.
Fill in the Required ENV Values:
- In the FastMCP connection interface, enter the following values:
- AWS_ACCESS_KEY_ID: (Paste the access key ID you copied.)
- AWS_SECRET_ACCESS_KEY: (Paste the secret access key you copied.)
- AWS_ENDPOINT_URL_S3: Use the default value:
https://fly.storage.tigris.dev
Save and Confirm:
- Confirm and save your configuration in the FastMCP interface.
You are now ready to use the Tigris MCP server with your access keys securely configured!