Skip to main content
Glama

NestJS MCP Server Module

by rekog-labs
MIT License
32,416
488
  • Apple
  • Linux
request-with-user.ts445 B
import type { Request } from 'express'; import type { JwtPayload } from '../services/jwt-token.service'; // Enriched user payload placed on request.user by McpAuthJwtGuard export type McpUserPayload = JwtPayload & { name?: string; username?: string; email?: string; displayName?: string; avatarUrl?: string; }; // Express Request with enriched user information export type McpRequestWithUser = Request & { user: McpUserPayload; };

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/rekog-labs/MCP-Nest'

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