MCP_Projects
by felnarg
Overview
A C# template for developing, testing, and publishing custom Model Context Protocol (MCP) servers as NuGet packages, primarily for extending AI agent capabilities with domain-specific tools.
Installation
dotnet run --project MCP_Server_Math/SampleMcpServerEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- ASPNETCORE_HTTPS_PORTS
- ASPNETCORE_HTTP_PORTS
Security Notes
Hardcoded database connection string with credentials found in `MCP_Server_Management/appsettings.json`. `AllowedHosts: "*"` is too permissive for production.
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.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
mcp-server-python-template
This server provides weather forecasting and alert information to LLM applications via the Model Context Protocol (MCP).