Skip to main content
Glama
MIT License
25
89
  • Linux
  • Apple
types.ts288 B
export enum UserMode { UNKNOWN = 'unknown', STUDENT = 'student', PROFESSIONAL = 'professional', } // Interface for storing user session state (could be expanded) export interface UserSession { mode: UserMode; history: string[]; // To store commands/results for documentation }

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/DMontgomery40/pentest-mcp'

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