Back to Home
kaioobrabo icon

mcp-client-server

by kaioobrabo

Overview

Facilitates development, testing, and debugging of Model Context Protocol (MCP) servers by providing tools to deploy, manage, interact with, and test them as local child processes.

Installation

Run Command
node dist/index.js

Environment Variables

  • LOG_LEVEL

Security Notes

The `mcp_test_deploy_server` tool allows a caller to specify an absolute `source_path` and arbitrary `env_vars` for a target MCP server. This server then executes the target server's `start` script (or `node dist/index.js`) as a child process directly on the host machine. This design inherently grants arbitrary code execution capabilities on the host system to any entity able to call this tool, posing a severe security risk. The presence of `dockerode` is misleading as target servers are not run in isolated Docker containers, but as uncontained local processes.

Similar Servers

Stats

Interest Score34
Security Score1
Cost ClassMedium
Avg Tokens500
Stars4
Forks2
Last Update2025-12-06

Tags

MCPTestingDevelopmentDebuggingAutomationOrchestration