T
Tigris
Query Tigris object storage buckets.
·No reviews yet
Share:
About
Auto-generated
Tigris is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Tigris.
- What is the Tigris Model Context Protocol (MCP) server used for?
- The Tigris MCP server allows you to query Tigris object storage buckets. It provides a standardized interface for interacting with your data stored in Tigris, enabling seamless integration with MCP clients.
- Does the Tigris MCP server require an API key for authentication?
- Yes, the Tigris MCP server uses an API key for authentication. You will need to provision and configure an API key to securely connect and interact with your Tigris object storage buckets.
- How can I install the Tigris MCP in a client like Cursor?
- Installation in a client like Cursor typically involves configuring the MCP server's transport and authentication details. You would specify 'stdio' as the transport and provide your API key within the client's MCP settings.
- What specific capabilities does the Tigris MCP server expose?
- The Tigris MCP server primarily exposes capabilities related to querying Tigris object storage buckets. The exact methods and operations available depend on the specific implementation of the MCP.
- Is there a cost associated with using the Tigris MCP server?
- The Tigris MCP server itself is provided by the Community and is open source. However, costs may be incurred through the underlying Tigris object storage service, which depends on your usage and chosen plan.
- What is a common prerequisite for using the Tigris MCP server?
- A common prerequisite is having an existing Tigris account and configured object storage buckets. The MCP server integrates with these existing Tigris resources to provide its functionality.
Install Tigris
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"tigris": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tigris"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"tigris": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tigris"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"tigris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tigris"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.