Skip to main content
Glama

MCP User Profile Management Server

by SLdragon
config.js449 B
export const CONFIG = { ROLES: { developer: "Software Developer", designer: "UI/UX Designer", manager: "Project Manager", }, JOB_TYPES: { fulltime: "Full-time", parttime: "Part-time", contract: "Contract", }, PRIORITIES: { low: "Low Priority", medium: "Medium Priority", high: "High Priority", }, ELICITATION_TIMEOUT: 300000, // 5 minutes PROGRESS_INTERVAL: 10000 // 10 seconds };

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/SLdragon/mcp-elicitation-server'

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