Back to Home
director-run icon

director

by director-run

Overview

Provides a local-first gateway for AI agents to manage and execute MCP playbooks, enabling tool orchestration, unified OAuth, and client integrations.

Installation

Run Command
bun run ./apps/gateway/bin/server.ts

Environment Variables

  • DATABASE_URL
  • BETTER_AUTH_SECRET

Security Notes

The server includes flags (`DANGEROUSLY_ALLOW_ARBITRARY_STDIO_SERVERS`, `DANGEROUSLY_ALLOW_INSECURE_HTTP_SERVERS`) that, if enabled, allow arbitrary command execution and insecure HTTP connections, posing significant security risks in multi-tenant or production environments. Development `docker-compose.yml` files contain hardcoded PostgreSQL passwords ('travel-china-spend-nothing'). The registry enrichment process can dynamically execute code from external Git repositories via `stdio` clients if `DANGEROUSLY_ENRICH_TOOLS_DURING_SEED` is enabled, which is a supply chain risk. Robust OAuth and API key management are implemented with encryption and rate limiting.

Similar Servers

Stats

Interest Score83
Security Score6
Cost ClassLow
Stars454
Forks53
Last Update2026-01-08

Tags

AI AgentsMCPPlaybooksTool OrchestrationOAuth