Back to Home
epicmotionSD icon

openconductor

by epicmotionSD

Overview

Managing and orchestrating MCP (Model Context Protocol) servers for AI agent development, offering discovery, installation, and lifecycle management.

Installation

Run Command
npm run dev

Environment Variables

  • POSTGRES_URL
  • SUPABASE_DATABASE_URL
  • GITHUB_TOKEN
  • ADMIN_API_KEY
  • NODE_ENV
  • REDIS_URL
  • CRON_SECRET

Security Notes

Multiple shell scripts (`scripts/run-stacks-migration.sh`, `scripts/add-server.sh`, `scripts/pull-supabase-data.sh`) contain hardcoded production PostgreSQL database credentials (username, password, host, port, database) and Supabase API keys directly within the repository. The `vercel.json` (as described in `docs/archive/DEPLOYMENT_FIX_SUMMARY.md`) also embeds a full PostgreSQL connection string. The `ssl: { rejectUnauthorized: false }` setting in `api/v1/servers.ts` can introduce MITM vulnerabilities if not used in a highly controlled environment. The public API has `Access-Control-Allow-Origin: *` which is common for public APIs but less secure than restricting origins. Environment variables are not consistently used across all deployment and setup scripts, leading to potential credential exposure.

Similar Servers

Stats

Interest Score32
Security Score2
Cost ClassLow
Avg Tokens1200
Stars2
Forks1
Last Update2026-01-19

Tags

MCPAI agentsorchestrationserver managementCLIecosystemdeveloper toolsNext.jsPostgreSQLSupabase