Skip to main content
Glama

Tigris MCP Server

Official
by tigrisdata
test-config.ts782 B
export function testConfig() { const { USE_AWS_PROFILES = 'false', AWS_ACCESS_KEY_ID = '', AWS_SECRET_ACCESS_KEY = '', AWS_ENDPOINT_URL_S3, } = process.env; if (USE_AWS_PROFILES === 'false') { if (AWS_ACCESS_KEY_ID === '') { throw new Error( 'Tigris MCP Server is not configured correctly, environment variable AWS_ACCESS_KEY_ID is not set', ); } if (AWS_SECRET_ACCESS_KEY === '') { throw new Error( 'Tigris MCP Server is not configured correctly, environment variable AWS_SECRET_ACCESS_KEY is not set', ); } if (AWS_ENDPOINT_URL_S3 === '') { throw new Error( 'Tigris MCP Server is not configured correctly, environment variable AWS_ENDPOINT_URL_S3 is not set', ); } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tigrisdata/tigris-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server