Back to Home
bryanesmith icon

kong-plugin-poc

Verified Safe

by bryanesmith

Overview

POC for routing a custom Wordle Model Context Protocol (MCP) server through a Kong Gateway plugin to a client like Windsurf.

Installation

Run Command
make run-kong

Environment Variables

  • MCP_SERVER_PATH
  • PORT

Security Notes

The MCP HTTP Proxy executes the MCP server binary via `exec.Command`. While the `MCP_SERVER_PATH` is configurable, the project is designed for a known binary in a Dockerized environment, mitigating risks of arbitrary command injection under normal operation. CORS is set to `Access-Control-Allow-Origin: *`, which is permissive but common for POCs.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-19

Tags

Kong GatewayModel Context ProtocolWordleGoPOC