Skip to main content
Glama

Weblate MCP Server

by mmntm
main.ts591 B
#!/usr/bin/env node import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; async function bootstrap() { // Create application context for STDIO transport (no HTTP server needed) const app = await NestFactory.createApplicationContext(AppModule, { logger: process.env.NODE_ENV === 'production' ? false : ['error', 'warn', 'log'], // Disable all logging for MCP STDIO compatibility }); // Keep the application running to handle MCP STDIO communication // Don't close the app as it needs to stay alive for MCP communication } void bootstrap();

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/mmntm/weblate-mcp'

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