Tigris is a globally distributed S3-compatible object storage service that provides low latency anywhere in the world, enabling developers to store and access any amount of data for a wide range of use cases.
953
10 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
tigris
to the mcpServers
section:{
"mcpServers": {
"tigris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AWS_ACCESS_KEY_ID",
"-e",
"AWS_ENDPOINT_URL_S3",
"-e",
"AWS_SECRET_ACCESS_KEY",
- mcp/tigris@sha256:f183ed3aebced05aaeca109d20135c9972eefb77e2c1e822ee3a9e5a2cffcb7a
],
"env": {
"AWS_ACCESS_KEY_ID": "{{tigris.aws_access_key_id}}",
"AWS_ENDPOINT_URL_S3": "{{tigris.aws_endpoint_url_s3}}",
"AWS_SECRET_ACCESS_KEY": "tsec_xxxxxxxxxxxxxxxxxxx"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Tigris Data
version: 1.0.1
schema: v1
mcpServers:
- name: Tigris Data
command: docker
args:
- run
- --rm
- -i
- -e
- AWS_ACCESS_KEY_ID
- -e
- AWS_ENDPOINT_URL_S3
- -e
- AWS_SECRET_ACCESS_KEY
- mcp/tigris@sha256:f183ed3aebced05aaeca109d20135c9972eefb77e2c1e822ee3a9e5a2cffcb7a
env:
AWS_ACCESS_KEY_ID: "{{tigris.aws_access_key_id}}"
AWS_ENDPOINT_URL_S3: "{{tigris.aws_endpoint_url_s3}}"
AWS_SECRET_ACCESS_KEY: "tsec_xxxxxxxxxxxxxxxxxxx"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
tigris
to the mcpServers
section:{
"mcpServers": {
"tigris": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AWS_ACCESS_KEY_ID",
"-e",
"AWS_ENDPOINT_URL_S3",
"-e",
"AWS_SECRET_ACCESS_KEY",
- mcp/tigris@sha256:f183ed3aebced05aaeca109d20135c9972eefb77e2c1e822ee3a9e5a2cffcb7a
],
"env": {
"AWS_ACCESS_KEY_ID": "{{tigris.aws_access_key_id}}",
"AWS_ENDPOINT_URL_S3": "{{tigris.aws_endpoint_url_s3}}",
"AWS_SECRET_ACCESS_KEY": "tsec_xxxxxxxxxxxxxxxxxxx"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for