Back to Home
MontoyaAndres icon

anju

Verified Safe

by MontoyaAndres

Overview

A no-code platform for creating and managing MCP (Machine Learning/AI Computation Platform) servers, allowing users to manage organizations, projects, artifacts, and resources through a web interface and API.

Installation

Run Command
cd apps/api && npm run dev

Environment Variables

  • NODE_ENV
  • SERVER_PORT
  • DATABASE_URL
  • JWT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • NEXT_PUBLIC_API_URL
  • NEXT_PUBLIC_WEB_URL

Security Notes

The project uses environment variables for sensitive data (database URL, JWT secret, API keys), which is good. Authentication is handled by 'better-auth', supporting social logins. CORS is configured with a specific origin. Input validation is performed using Zod schemas. Error middleware logs full errors to `console.error`, which could expose sensitive internal details in logs if not properly managed, but returns a generic 500 to clients. SQL interactions use Drizzle ORM, mitigating common SQL injection risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-04

Tags

No-codeAI/ML PlatformWeb ApplicationREST APIPostgreSQL