Back to Home
HarshJainCodes icon

TravelMemories.McpServer

by HarshJainCodes

Overview

This is a backend API server designed for a 'Travel Memories' application, likely handling data storage, authentication, and integrating with AI services for processing or generating content related to travel experiences.

Installation

Run Command
dotnet run

Environment Variables

  • IssuerSigningKeySecretText
  • MCPServerUrl
  • AzureOpenAIKey
  • BACKEND_URL
  • APPLICATIONINSIGHTS_CONNECTION_STRING
  • ASPNETCORE_ENVIRONMENT

Security Notes

Several critical configuration values are hardcoded as placeholders (e.g., 'YOUR_SECRET_KEY_HERE', 'YOUR_KEY_HERE') in `appsettings.json`. While marked as placeholders, running the server without replacing these with actual secrets makes it either non-functional or highly insecure. The `AllowedHosts: "*"` setting is overly permissive and should be restricted in a production environment. No 'eval' or obvious malicious code patterns were found in the provided snippets.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2025-11-19

Tags

ASP.NET CoreAPIBackendAuthenticationAI Integration