Back to Home
Azure-Samples icon

remote-mcp-functions-typescript

Verified Safe

by Azure-Samples

Overview

Provides a remote Model Context Protocol (MCP) server using Azure Functions to host tools for AI agents, specifically for managing code snippets and simple greetings.

Installation

Run Command
func start

Environment Variables

  • AzureWebJobsStorage

Security Notes

The server is built on Azure Functions, which provides a managed and secure execution environment. Remote access is secured by design using system keys (e.g., `mcp_extension`) and HTTPS, with options for OAuth and network isolation mentioned in the README. The code uses Azure Blob Storage bindings where snippet names are dynamically incorporated into blob paths. While Azure Blob Storage generally handles paths robustly, improper sanitization of user-provided `snippetname` could theoretically lead to unexpected blob interactions if not mitigated by the Azure Functions runtime or MCP framework.

Similar Servers

Stats

Interest Score44
Security Score8
Cost ClassLow
Avg Tokens250
Stars44
Forks20
Last Update2026-01-15

Tags

Azure FunctionsTypeScriptNode.jsMCP ServerCode Snippets