MCP-Serverless-Core

b14ck0ps/MCP-Serverless-Core
★ 0 stars C# ⚙️ DevOps Updated today
MCP server using Azure Function
View on GitHub →

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-serverless-core": {
      "command": "npx",
      "args": [
        "-y",
        "b14ck0ps/MCP-Serverless-Core"
      ]
    }
  }
}