Skip to main content
Glama

TigerData-mcp-server

test-connection.js619 B
#!/usr/bin/env node import dotenv from 'dotenv'; import { TimescaleClient } from './dist/database.js'; dotenv.config(); async function testConnection() { try { console.log('Testing TimescaleDB connection...'); const client = new TimescaleClient(); // Test a simple query const result = await client.executeQuery('SELECT version()'); console.log('Connection successful!'); console.log('PostgreSQL version:', result.rows[0][0]); await client.close(); } catch (error) { console.error('Connection failed:', error.message); process.exit(1); } } testConnection();

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/TheSurfingCoder/TigerData-mcp-server'

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