π¦ Tigris MCP Server
@tigrisdata
About π¦ Tigris MCP Server
π Tigris MCP Server implements the MCP specification to create a seamless connection between AI agents and Tigris key features like bucket and object management.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tigris-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tigrisdata/tigris-mcp-server",
"run"
],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_AWS/TIGRIS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY": "YOUR_AWS/TIGRIS_SECRET_ACCESS_KEY",
"AWS_ENDPOINT_URL_S3": "https://fly.storage.tigris.dev"
}
}
}
}Tools
10List all Tigris buckets in your account
Create a Tigris bucket in your account
Delete a Tigris bucket in your account
List all objects in a buckets
Creates an object in bucket
Creates an object in bucket from a path on the filesystem
Get an object in a bucket
Delete an object in a bucket
Get an signed url of an object from a bucket
Upload a file and get a public url for it
Overview
What is Tigris MCP Server?
The Tigris MCP Server implements the Model Context Protocol (MCP) to connect AI agents with Tigris S3-compatible object storage. It enables agents to perform bucket and object management tasks directly from AI editor workflows.
How to use Tigris MCP Server?
Sign up for Tigris at storage.new and obtain an AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Install the server via npx (@tigrisdata/tigris-mcp-server) or Docker, and configure the required environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ENDPOINT_URL_S3). For one-click setup in VS Code or VS Code Insiders, use the provided install buttons. For Claude Desktop or Cursor, run the init script npx -y @tigrisdata/tigris-mcp-server init or manually add the configuration block. Docker usage is recommended for better sandboxing and restricts file operations to a specific directory.
Key features of Tigris MCP Server
- List, create, and delete Tigris buckets.
- List objects within a bucket.
- Upload local files to a bucket.
- Create folders and files with content in a bucket.
- Generate shareable links for objects.
- Delete files from a bucket.
Use cases of Tigris MCP Server
- Manage Tigris storage buckets directly from an AI coding assistant.
- Upload and organize AI training data or models without leaving the editor.
- Share files with collaborators by generating temporary links.
- Automate backup routines by creating and deleting buckets via agent commands.
FAQ from Tigris MCP Server
Does Tigris MCP Server support OAuth?
Yes, Tigris has a hosted MCP server with OAuth support. Read more at mcp.storage.dev.
What are the runtime requirements?
The server can run via npx (requires Node.js) or Docker (requires Docker Engine). Docker is recommended for enhanced sandboxing.
How does the Docker sandbox work?
When running with Docker, the server only allows file operations within the /Users/CURRENT_USER/tigris-mcp-server directory, providing a secure environment.
Can I use existing AWS profiles instead of access keys?
Yes, set USE_AWS_PROFILES to true and specify the AWS_PROFILE name in the environment configuration.
Where do data and credentials live?
Credentials are provided via environment variables (or AWS profiles). Data is stored in your Tigris buckets, which are S3-compatible and managed through the server.
Frequently asked questions
Does Tigris MCP Server support OAuth?
Yes, Tigris has a hosted MCP server with OAuth support. Read more at mcp.storage.dev.
What are the runtime requirements?
The server can run via npx (requires Node.js) or Docker (requires Docker Engine). Docker is recommended for enhanced sandboxing.
How does the Docker sandbox work?
When running with Docker, the server only allows file operations within the `/Users/CURRENT_USER/tigris-mcp-server` directory, providing a secure environment.
Can I use existing AWS profiles instead of access keys?
Yes, set `USE_AWS_PROFILES` to `true` and specify the `AWS_PROFILE` name in the environment configuration.
Where do data and credentials live?
Credentials are provided via environment variables (or AWS profiles). Data is stored in your Tigris buckets, which are S3-compatible and managed through the server.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcocoδΈζ’δΊ CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments