We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yigitkonur/example-mcp-server-sse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Learning Path
1. Run the server and verify `echo` with an MCP client.
2. Add a second tool using strict `z.object(...)` schemas.
3. Add one resource and one prompt.
4. Replace in-memory event storage with persistent storage.
5. Add authentication middleware in front of `/mcp`.