Skip to main content
Glama

MCP API Server

by mcgiverdev
api.ts375 B
import { ENV } from './env.js'; /** * Configuración de la API */ export const API_CONFIG = { baseURL: ENV.API_BASE_URL, timeout: ENV.API_TIMEOUT, headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' } }; /** * Endpoints de la API */ export const API_ENDPOINTS = { companies: '/api/companies', users: '/api/users' } as const;

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/mcgiverdev/mcp-api-v1'

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