Back to Home
deploystackio icon

deploystack

Verified Safe

by deploystackio

Overview

Centralized management and optimization of Model Context Protocol (MCP) servers and AI agent tools, including credential management and governance.

Installation

Run Command
cd services/satellite && npm install && npm run dev

Environment Variables

  • POSTGRES_DB
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • DEPLOYSTACK_ENCRYPTION_SECRET
  • DEPLOYSTACK_FRONTEND_URL
  • DEPLOYSTACK_SATELLITE_NAME
  • DEPLOYSTACK_REGISTRATION_TOKEN
  • DEPLOYSTACK_BACKEND_URL

Security Notes

The server demonstrates strong security practices. It explicitly uses OAuth2/JWT for authentication, implements environment variable filtering (BLOCKED_ENV_VARS) to prevent injection, and leverages `nsjail` for sandboxing stdio subprocesses in production, significantly mitigating risks from arbitrary MCP tool execution. Secret masking is applied to URLs and headers in logs. It correctly flags placeholder secrets (e.g., DEPLOYSTACK_ENCRYPTION_SECRET) as mandatory changes for production. Persistence of API keys is handled with awareness of Docker volume permissions.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassLow
Avg Tokens350
Stars41
Forks3
Last Update2026-01-17

Tags

AI/MLTool ManagementSecurityGovernanceCloud Native