Skip to main content
Glama
goperigon

Perigon MCP Server

Official
by goperigon
auth.ts388 B
import { HttpError } from "../types/types"; export async function authenticate(request: Request, env: Env) { return ""; // const key = request.headers.get("Authorization")?.split(" ")[1]; // if (!key) throw new HttpError(401, "Missing Bearer token"); // const exists = await env.AUTH_KV.get(key); // if (!exists) throw new HttpError(401, "Unauthorized"); // return key; }

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/goperigon/perigon-mcp-server'

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