import { Hono } from "hono";
import type { Env } from "../../types";
import authorizeApp from "./authorize";
import callbackApp from "./callback";
// Compose and export the main OAuth Hono app
export default new Hono<{ Bindings: Env }>()
.route("/authorize", authorizeApp)
.route("/callback", callbackApp);
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/getsentry/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server