Skip to main content
Glama

Placid MCP Server

config.ts363 B
export interface Config { placidApiToken: string; apiBaseUrl: string; } export function loadConfig(): Config { const placidApiToken = process.env.PLACID_API_TOKEN; if (!placidApiToken) { throw new Error("PLACID_API_TOKEN environment variable is required"); } return { placidApiToken, apiBaseUrl: "https://api.placid.app/api/rest", }; }

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/felores/placid-mcp-server'

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