Back to Home
alkampfergit icon

semantic-kernel-mcp-server

Verified Safe

by alkampfergit

Overview

An MCP server demonstrating Semantic Kernel integration for AI-powered task management, exposing intelligent tools to AI clients like GitHub Copilot.

Installation

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

Environment Variables

  • AZURE_OPENAI_DEPLOYMENT
  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_API_KEY
  • OPENAI_API_KEY

Security Notes

The project uses environment variables for API keys in its detailed guides, which is good practice. However, a quick start section suggests directly hardcoding API keys in `SemanticKernelAgentTools.cs`, which is a security risk if committed to version control. The server primarily communicates via stdio (local process), reducing network exposure. No 'eval' or obfuscation found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-27

Tags

Semantic KernelMCPC#.NETAI Agent