Skip to main content
Glama
plainly-videos

Plainly Videos MCP Server

cli.ts493 B
#!/usr/bin/env node import { createApiClient } from "./axiosConfig"; import env from "./env"; import { PlainlyMcpServer } from "./server"; // Validate required environment variables if (!env.PLAINLY_API_KEY) { console.error("\nERROR: PLAINLY_API_KEY environment variable is required.\n"); process.exit(1); } const apiClient = createApiClient({ baseUrl: env.PLAINLY_API_URL, apiKey: env.PLAINLY_API_KEY, }); const server = new PlainlyMcpServer(apiClient); await server.startStdio();

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/plainly-videos/mcp-server'

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