Skip to main content
Glama

Unleash MCP (Feature Toggle)

unleash-client.ts212 B
import { config } from '../config.js'; import axios from 'axios'; const client = axios.create({ baseURL: config.unleashUrl, headers: { Authorization: `${config.apiToken}`, }, }); export { client };

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/cuongtl1992/unleash-mcp'

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