Back to Home
brzozowskijuanpablo icon

MCP_Server

by brzozowskijuanpablo

Overview

A C# .NET 8.0 server application designed to manage or orchestrate other processes (referred to as 'mcpServers'), such as a 'sql-query-server' that interacts with a SQL API.

Installation

Run Command
dotnet run --project InfinityMcpServer/InfinityMcpServer.csproj

Environment Variables

  • SQL_API_URL

Security Notes

The provided source code is limited to project configuration files and a custom configuration file (mcp-config.json). No actual C# application logic is available for a comprehensive security audit. The mcp-config.json demonstrates the server's ability to execute arbitrary commands (`dotnet run`) and set environment variables for child processes. If this configuration file can be dynamically loaded from an untrusted source or manipulated without proper authorization, it would represent a critical remote code execution vulnerability. The `SQL_API_URL` specified is `http://localhost:7000`, which is not a hardcoded secret itself, and points to a local endpoint, minimizing external network exposure from this specific configuration.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Stars0
Forks0
Last Update2025-11-28

Tags

C#.NETServerOrchestrationConfigurationProcess Management