Azure-Samples/remote-mcp-functions-dotnet
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using
Platform-specific configuration:
{
"mcpServers": {
"remote-mcp-functions-dotnet": {
"command": "npx",
"args": [
"-y",
"remote-mcp-functions-dotnet"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...