Back to Home
pea-sys icon

my-mcp-server

Verified Safe

by pea-sys

Overview

A framework for building and operating a Multi-Agent Communication Protocol (MCP) server, including utilities for development, debugging, monitoring, and error tracking.

Installation

Run Command
python -m src.server

Environment Variables

  • ENABLE_REMOTE_DEBUGGER
  • DEBUG_PORT
  • WAIT_FOR_DEBUGGER
  • MCP_LOG_LEVEL
  • ENABLE_REMOTE_DEBUG

Security Notes

Remote debugging is enabled on all network interfaces (0.0.0.0) if `ENABLE_REMOTE_DEBUGGER` is true, which could be a security risk without proper network segmentation (e.g., firewall). The example usage in `scripts/check_secret_access.py` shows a hardcoded GitHub token (`ghp_xxxxx`); in real deployments, tokens must be securely managed via environment variables or secrets management.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2026-01-18

Tags

MCP ServerAI AgentsPythonDebuggingMonitoring