Skip to main content
Glama

Things MCP Server

by wbopan
auth.ts307 B
export function getAuthToken(): string | undefined { return process.env.THINGS_AUTH_TOKEN; } export function requireAuthToken(): string { const token = getAuthToken(); if (!token) { throw new Error('THINGS_AUTH_TOKEN environment variable is required for update operations'); } return token; }

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/wbopan/things-mcp'

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