Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

authHeaderUtils.ts173 B
export function getAuthHeader(accessToken?: string): { Authorization: string } | {} { const jwt = accessToken; return jwt ? {Authorization: `Bearer ${jwt}`} : {}; }

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/alexander-zuev/kollektiv-mcp'

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