Skip to main content
Glama

Keitaro TDS API MCP Plugin

index.js533 B
#!/usr/bin/env node import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'; import { server } from './server.js'; import { config } from './config.js'; console.log('Starting Keitaro TDS API MCP server...'); if (!config.isConfigured()) { console.warn('⚠️ Keitaro API is not configured. Please set KEITARO_API_URL and KEITARO_API_KEY in .env file.'); } // Start receiving messages on stdin and sending messages on stdout const transport = new StdioServerTransport(); await server.connect(transport);

Latest Blog Posts

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/GodzillaDancer/keitaro-mcp'

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