MCP_Server
Verified Safeby JesusDavidQuarksoft
Overview
This project appears to be a local development setup for a .NET web application or API, likely an 'extension', configured for debugging and testing.
Installation
dotnet run --launch-profile "MCP_Extencion"Environment Variables
- ASPNETCORE_ENVIRONMENT
Security Notes
The provided source code is a `launchSettings.json` file, which is a configuration for local development and debugging environments. It contains no executable application logic, 'eval' calls, hardcoded secrets, or direct network interaction code. The `ASPNETCORE_ENVIRONMENT` is explicitly set to 'Development', which is appropriate for a local debug profile but would be a security risk if used directly in a production environment. The security of the actual .NET application code cannot be assessed from this snippet alone.
Similar Servers
mcp-dotnet-samples
This MCP server enhances GitHub Copilot by providing a mechanism to search, retrieve, and manage custom instructions and agents from the awesome-copilot repository, allowing for personalized AI assistance in development workflows.
files-mcp-server
This server provides a Model Context Protocol (MCP) interface for local testing with Microsoft OneDrive and SharePoint resources, enabling clients to interact with files, folders, sites, and libraries.
ater.dry.cli
An intelligent code assistance tool and MCP server for building Asp.Net Core and EF Core front-end and back-end services, leveraging code generation and LLM technology.
How-To-Create-MCP-Server
Set up a basic .NET MCP server to integrate custom tools with Copilot Chat in VS Code.