yokai-mcp-template
Verified Safeby Brahhime
Overview
This template facilitates the quick setup of a Modular Control Protocol (MCP) server using the Yokai Go framework, enabling easy customization and integration of server components.
Installation
docker compose upSecurity Notes
The provided Go source code appears clean, utilizing the Yokai framework without explicit dangerous functions ('eval' or similar) or hardcoded secrets. The `docker-compose.yaml` mounts the entire project directory into the container (`.:/app`), which is standard for development environments but should be carefully reviewed for production deployments to mitigate potential host system exposure. All external links in the README (Download, Documentation, Issues, Contributing) uniformly point to the same `.zip` file. While this does not directly indicate a security flaw within the server's provided source code, it represents an unusual and potentially suspicious practice regarding repository hygiene and distribution methods.
Similar Servers
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.
k8s-mcp-server
Interacting with Kubernetes clusters and Helm releases through a standardized Model Context Protocol (MCP) interface.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
mcp-go-starter
A feature-complete Model Context Protocol (MCP) server template in Go demonstrating tools, resources, and prompts for AI agent interaction.