Skip to main content
Glama

AI Code Toolkit

by AgiFlow
.env.example.liquid707 B
# Database Configuration {% if withDrizzle %}{% if databaseProvider == 'neon' %}DATABASE_URL=postgres://postgres:postgres@db.localtest.me:5432/main {% elsif databaseProvider == 'vercel-postgres' %}DATABASE_URL=postgres://default:password@your-project.vercel-postgres.com:5432/verceldb {% elsif databaseProvider == 'supabase' %}DATABASE_URL=postgres://postgres:password@db.your-project.supabase.co:5432/postgres {% else %}DATABASE_URL=postgres://postgres:postgres@localhost:5432/main {% endif %}{% endif %} # Better Auth Configuration # Generate a secret: npx better-auth secret BETTER_AUTH_SECRET=your-secret-key-here BETTER_AUTH_URL=http://localhost:3000 NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000

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/AgiFlow/aicode-toolkit'

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