Install
$ agentstack add mcp-azure-samples-remote-mcp-functions ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Getting Started with Remote MCP Servers using Azure Functions (Overview)
This document contains quickstart templates and additional resources 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 keys and HTTPs, and allows more options for OAuth using EasyAuth and/or API Management as well as network isolation using VNET.
Use the MCP Extension for Azure Functions
You get a native Azure Functions experience turning code into MCP servers using the MCPTrigger.
| Language (Stack) | Repo Location | |------------------|---------------| | Python | remote-mcp-functions-python | | TypeScript (Node.js) | remote-mcp-functions-typescript | | JavaScript| remote-mcp-functions-javascript | | C# (.NET) | remote-mcp-functions-dotnet | | Java | remote-mcp-functions-java |
*Enhanced with APIM Serverless Gateway (+Entra, OAuth) | Language (Stack) | Repo Location | |------------------|---------------| | Python | remote-mcp-apim-functions-python |
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Azure-Samples
- Source: Azure-Samples/remote-mcp-functions
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.