Skip to main content
Glama

Plainly Videos MCP Server

env.ts347 B
type Env = { PLAINLY_APP_URL: string; PLAINLY_API_URL: string; PLAINLY_API_KEY: string; }; export default { PLAINLY_APP_URL: process.env.PLAINLY_APP_URL || "https://app.plainlyvideos.com", PLAINLY_API_URL: process.env.PLAINLY_API_URL || "https://api.plainlyvideos.com", PLAINLY_API_KEY: process.env.PLAINLY_API_KEY, } as Env;

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