Back to Home
vizsphere icon

MCP_using_csharp

by vizsphere

Overview

This project implements Model Context Protocol (MCP) servers and clients in C# for building AI agent tools, including an echo server and services for CRM and support integration.

Installation

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

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • ApplicationInsightConnectionString
  • FreshdeskDomain
  • FreshdeskApiKey
  • PipedriveCompanyName
  • PipedriveApiToken
  • BaseUrl

Security Notes

CRITICAL: Hardcoded API keys and connection strings (e.g., FreshdeskApiKey, ApplicationInsightConnectionString) are present in 'appsettings.Development.json'. This is a severe security vulnerability as these credentials can be exposed if committed to public repositories or deployed without proper configuration management. The 'AllowedHosts: *' setting, while common in development, should be restricted in production environments.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-02

Tags

C#.NETMCPAI AgentsServer