Skip to main content
Glama

Tigris MCP Server

Official
by tigrisdata
index.ts495 B
#!/usr/bin/env node import { debug } from './debug.js'; import { init } from './init.js'; import { main } from './main.js'; const [cmd, tool, args] = process.argv.slice(2); if (cmd === 'run') { main().catch((error) => { // eslint-disable-next-line no-console console.error(error); process.exit(1); }); } else if (cmd === 'init') { await init(); } else if (cmd === 'debug') { await debug(tool, args); } else { // TODO: Add init command and help text process.exit(1); }

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