We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpauth/mcpauth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•575 B
# Express SQLite Example App
This example application demonstrates how to use `@mcpauth/auth` with Express and the SQLite adapter.
This example is based on the Express example from `next-auth`. You can find the original example [here](https://github.com/nextauthjs/next-auth/tree/main/apps/examples/express).
### Demo
# (no live demo)
### Features
- A streaming HTTP MCP server is available at the `/mcp` endpoint.
- This example uses the default authentication flow and does not implement a custom `/authorize` page.
- It uses the built-in SQLite adapter for storage.