Azion MCP Server Template
A Model Context Protocol (MCP) server deployed on Azion Edge Computing Network.
Features
This MCP server provides:
A simple calculation tool that can add, subtract, multiply, and divide two numbers.
Installation
Prerequisites
Azion CLI installed: how to download
Setup
Clone this repository
Install dependencies
Build the server
Usage
Running the server
Integration with other MCP clients
For other MCP clients, follow their documentation for adding external MCP servers, providing the path to the built server file and the environment variables needed.
Available Tools
calculator- A simple calculator to sum, subtract, multiply and divide two numbers
Development
Extending the server
To add new Azion functionality:
Add new tools in
src/core/tools.ts
This server cannot be installed