yokai-mcp-template
Verified Safeby Brahhime
Overview
Set up a Modular Control Protocol (MCP) server for application logic and integrations.
Installation
docker compose upSecurity Notes
The default configuration in `config.yaml` and `config.prod.yaml` exposes several debug endpoints (e.g., config, routes, build, modules) by default, which can lead to sensitive information disclosure if deployed without proper network security or explicit disabling. The `docker-compose.yaml` mounts the entire project directory into the container, a common practice for development but a potential risk in production if sensitive files are present in the host directory. It is crucial to review and disable unnecessary endpoints and harden deployment configurations for production environments.
Similar Servers
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
k8s-mcp-server
Provides a standardized Model Context Protocol (MCP) interface for interacting with and managing Kubernetes clusters and Helm releases, enabling automation and integration with CLI tools, web applications, and AI agents.
toolhive-registry-server
Centralized metadata hub for Model Context Protocol (MCP) server governance and discovery within an enterprise, aggregating various data sources into a unified catalog.
mcp-sdk-go
An SDK for implementing the Model Context Protocol (MCP) in Go, enabling applications to act as clients or servers for LLM inference, tool orchestration, resource management, and prompt templating, supporting various transport protocols.