brewsource-mcp
Verified Safeby CharlRitter
Overview
Provides a Model Context Protocol (MCP) server that grants AI assistants access to comprehensive brewing knowledge and tools, including beer styles, breweries, and commercial beer data.
Installation
No command providedSecurity Notes
The project is a server exposing an HTTP API (port 8080) for MCP client interaction, as expected. It's built with Go, which generally implies good memory safety. Local development utilizes Kind and Tilt for a containerized Kubernetes environment, isolating immediate external risks. The project includes dedicated documentation for secure production deployment using K3s, Traefik, and Cert-Manager, indicating security awareness. No 'eval' or obfuscation is apparent.
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.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-k8s
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
k8s-mcp-server
Interacting with Kubernetes clusters and Helm releases through a standardized Model Context Protocol (MCP) interface.