foaas-mcp
Verified Safeby gusztavvargadr
Overview
An MCP server that provides explicit, humorous responses from the FOAAS API to AI clients, typically for developer workflow interactions like GitHub issue triage.
Installation
docker run --rm -i ghcr.io/gusztavvargadr/foaas-mcp:latestEnvironment Variables
- NODE_ENV
Security Notes
The server is designed with a strong security posture, utilizing Docker for isolation, running as a non-root user, and using stdio-only transport to prevent network exposure. Input validation is performed with Zod, and URL parameters for the external FOAAS API are properly encoded. No hardcoded secrets or 'eval' usage were found. Security updates are automated via Dependabot. The main inherent 'risk' is the explicit content from the FOAAS API, which is an intended feature, not a vulnerability in the MCP server itself. Limited validation of FOAAS API responses is noted.
Similar Servers
mcsmcp
Deploying a Model Context Protocol (MCP) server to provide joke-telling tools for LLMs, specifically for integration with Microsoft Copilot Studio.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
gh-mcp
A GitHub CLI extension to seamlessly run the github-mcp-server in a Docker container using existing `gh` authentication.
devtool-mcp
Provides an AI coding agent with browser superpowers for real-time debugging, visual feedback, process management, and frontend diagnostics. It acts as a bridge between an AI assistant and a web browser.