We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/context-you-keep/tasks-md-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
task-01-01-01.md•258 B
# TASK: AUTH-01-1-1 — Implement signup endpoint
Create POST /api/signup endpoint that accepts email and password, validates input,
hashes password with bcrypt, and stores user in database. Return JWT token on success.
Server ID: mN4r
Status: In Progress