mcp-tool-chaining-dotnet

sergiorarge6-lab/mcp-tool-chaining-dotnet
★ 0 stars C# AI/LLM Updated today
MCP Server + MCP Client + Semantic Kernel + OpenAI (.NET 8)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-chaining-do": {
      "command": "npx",
      "args": [
        "-y",
        "sergiorarge6-lab/mcp-tool-chaining-dotnet"
      ]
    }
  }
}