Back to Home
UniversalStandards icon

mcp

by UniversalStandards

Overview

A self-expanding, intelligent Model Context Protocol (MCP) server that automatically discovers, installs, and provisions tools from public registries on-demand for AI applications.

Installation

Run Command
npm start

Environment Variables

  • GITHUB_TOKEN
  • GITHUB_REPO
  • AI_PROVIDER
  • AI_API_KEY
  • AI_MODEL
  • JWT_SECRET
  • ENCRYPTION_KEY

Security Notes

CRITICAL: The `npmInstall` function in `src/installer/npm-installer.ts` directly executes `npm install ${serverId}` where `serverId` is user-controlled input, leading to potential arbitrary code execution and severe supply chain vulnerabilities. Additionally, `src/auth/jwt-handler.ts` and `src/auth/credential-store.ts` use hardcoded fallback secrets ('dev') for JWT signing and encryption if environment variables are not set, posing a significant risk in non-production environments or if not properly configured. These hardcoded fallbacks and the `npm install` vulnerability significantly reduce the security posture.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens3500
Stars0
Forks0
Last Update2025-12-04

Tags

mcpaitool-orchestrationauto-discoverygithub-automation