A
securityF
licenseA
qualityA server that provides tools for performing basic arithmetic operations (addition, subtraction, multiplication, division) via the Model Context Protocol.
Last updated -
4
JavaScript
Provides integration for VS Code users to authenticate and connect to the MCP server through GitHub login.
This is a basic example of a Model Context Protocol (MCP) server implementation that demonstrates core functionality including tools and resources.
or
The server implements the following features:
add(a: int, b: int)
: Adds two numberssubtract(a: int, b: int)
: Subtracts second number from firstgreeting://{name}
: Returns a personalized greetingTo run the server with the MCP Inspector for development:
To run the server normally:
To install the server in Claude desktop app:
#hello from mcp
This server cannot be installed
A sample implementation of Model Context Protocol server demonstrating core functionality with simple arithmetic tools and greeting resources.