Microsoft's AI orchestration SDK with MCP support. Build AI-powered apps using plugins, planners, and memory.
dotnet add package Microsoft.SemanticKernel
```json
{
"mcpServers": {
"semantic-kernel": {
"command": "npx",
"args": ["-y", "dotnet add package Microsoft.SemanticKernel"]
}
}
}
```
invoke_functioncreate_planadd_pluginquery_memoryrun_pipelineSemantic Kernel is Microsoft's open-source SDK that integrates AI models with conventional programming languages. It provides a plugin system, planner for task decomposition, and memory for contextual AI apps. The Semantic Kernel MCP integration allows SK plugins to be exposed as MCP tools and vice versa.
Language: C#
Category: Agent Frameworks