deploystack
Verified Safeby deploystackio
Overview
Centralized management and optimization of Model Context Protocol (MCP) servers and AI agent tools, including credential management and governance.
Installation
cd services/satellite && npm install && npm run devEnvironment 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
aicode-toolkit
An MCP proxy server that aggregates multiple Model Context Protocol (MCP) servers, enabling on-demand tool discovery and execution, thereby significantly reducing AI agent token usage and improving context window efficiency by loading tools progressively.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
mcp-gateway
Aggregates multiple Model Context Protocol (MCP) servers into a single gateway, providing unified search, description, and invocation for their tools, primarily to mitigate context window limits for AI clients.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.