Skip to main content
Glama

ChurnFlow MCP Server

by jgsteeler
drizzle.config.ts333 B
import { defineConfig } from 'drizzle-kit'; import path from 'path'; const dbPath = process.env.CHURN_DB_PATH || './churnflow.db'; export default defineConfig({ schema: './src/storage/schema.ts', out: './src/storage/migrations', dialect: 'sqlite', dbCredentials: { url: dbPath, }, verbose: true, strict: true, });

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/jgsteeler/churnflow-mcp'

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