π¦ 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
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student β in a fraction of the time. What once took a week, now takes one free period.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments