kong-plugin-poc
Verified Safeby bryanesmith
Overview
POC for routing a custom Wordle Model Context Protocol (MCP) server through a Kong Gateway plugin to a client like Windsurf.
Installation
make run-kongEnvironment 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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
Unla
Transforms existing MCP Servers and APIs into MCP protocol-compliant endpoints through configuration, enabling LLM tool calling without code changes.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.