Skip to main content
Glama

GitHub MCP Tool Manager

drizzle.config.ts324 B
import { defineConfig } from "drizzle-kit"; if (!process.env.DATABASE_URL) { throw new Error("DATABASE_URL, ensure the database is provisioned"); } export default defineConfig({ out: "./migrations", schema: "./shared/schema.ts", dialect: "postgresql", dbCredentials: { url: process.env.DATABASE_URL, }, });

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/Rohitkumar0056/GitHub-MCP'

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