COMP4952_MCPWebAppServer
Verified Safeby BetterLordWilliam
Overview
A multi-component .NET web application integrating an AI model (gpt-4o-mini) for content processing, featuring distinct API and MVC client components, likely for a 'beverage' system.
Installation
dotnet run --project MCPWebControllerApi/MCPWebControllerApi.csprojEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- AI_API_KEY
Security Notes
No critical security risks like 'eval', obfuscation, or hardcoded sensitive secrets were found. The 'AllowedHosts: *' setting is common in development but should be restricted for production deployments.
Similar Servers
faf-mcp
Universal Model Context Protocol (MCP) server for Foundational AI-context Format (.FAF), providing persistent project context, rich metadata, and 50 native tools for AI clients and IDEs like Claude Desktop, Cursor, Windsurf, and VS Code, to enhance AI-readiness and workflow automation.
gomoku-mcp-server
This is a backend server for a Gomoku game, likely implementing game logic, state management, and handling multiplayer interactions.
ga-ai-mcp-server
This server allows AI agents to query Google Analytics 4 data (reports, traffic sources, demographics, etc.) via the Model Context Protocol (MCP).
MCP-Server
A backend server for a Minecraft-compatible game, handling client connections, authentication, and game packet processing.