Azure-Samples/mcp-container-ts
This is a quick start guide that provides the basic building blocks to set up a remote Model Context Protocol (MCP) server using Azure Container Apps. The MCP server is built using Node.js and TypeScript, and it can be used to run various tools and services in a serverless environment.
Platform-specific configuration:
{
"mcpServers": {
"mcp-container-ts": {
"command": "npx",
"args": [
"-y",
"mcp-container-ts"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...