Skip to main content
Glama

Lara Translate MCP Server

by translated
cors.ts346 B
import cors from "cors"; const corsMiddleware = cors({ methods: ["POST", "GET", "DELETE"], // Allow only necessary headers allowedHeaders: ["Content-Type", "Accept", "x-lara-access-key-id", "x-lara-access-key-secret"], // Prevent credentials from being sent to untrusted origins credentials: false, }); export default corsMiddleware;

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/translated/lara-mcp'

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