Back to Home
JJAMAWAVE icon

mcp-relay-server

Verified Safe

by JJAMAWAVE

Overview

The MCP Relay Server acts as an intermediary, forwarding tool call requests from clients to a local agent and synchronizing tool definitions.

Installation

Run Command
uvicorn ProjectMCP_Relay.main:app --host 0.0.0.0 --port 8000

Security Notes

The server uses an open CORS policy (`allow_origins=["*"]`) which allows requests from any domain. More critically, the WebSocket endpoint (`/ws`) used by the 'Local Agent' is unauthenticated. An attacker could potentially connect to this endpoint, register arbitrary tools, and intercept/relay tool calls if the server is exposed publicly without network-level security. The tool loading mechanism from a local 'tools/' directory is generally safe, assuming the server's host environment is trusted and not susceptible to arbitrary file writes.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-22

Tags

MCPRelayAPI GatewayWebSocketTooling