Back to Home
erwanndebelloy icon

strava_mcp

Verified Safe

by erwanndebelloy

Overview

Acts as a simple HTTP proxy to intercept, modify, and forward requests, likely for processing Strava webhooks or similar events.

Installation

Run Command
node mcp.js

Environment Variables

  • MCP_PORT
  • TARGET_PORT
  • TARGET_HOST
  • TARGET_PATH

Security Notes

The server functions as a basic HTTP proxy. While the code itself does not contain explicit vulnerabilities like 'eval' or hardcoded secrets, its nature as a proxy introduces a potential for Server-Side Request Forgery (SSRF) if 'TARGET_HOST' (configured via environment variables) can be manipulated to point to internal network resources and the proxy is exposed publicly. Proper network segmentation and careful configuration of environment variables are critical for secure deployment.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-25

Tags

HTTP ProxyWebhooksNode.jsGatewayStrava