Skip to main content
Glama

Azion MCP Server Template

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

Setup

  1. Clone this repository

git clone https://github.com/your-username/azion-mcp-server.git cd azion-mcp-server
  1. Install dependencies

yarn install # or npm install
  1. Build the server

azion build

Usage

Running the server

azion dev

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:

  1. Add new tools in src/core/tools.ts

-
security - not tested
F
license - not found
-
quality - not tested

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azionlearn-cloud/MCPHTTPEventsandNetworkLists'

If you have feedback or need assistance with the MCP directory API, please join our Discord server