The Calculator MCP Server is a Model Context Protocol (MCP) server that specifically designed to perform basic arithmetic operations, including addition, subtraction, multiplication, and division.
{
"mcp": {
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyzzhe/test-go-mcp-server:v1.0.1"
]
}
}
}
}
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyzzhe/test-go-mcp-server:v1.0.1"
]
}
}
}
The following sets of tools are available (all are on by default):
Toolset | Description |
---|---|
calculator |
perform basic arithmetic operations(addition, subtraction, multiplication, and division) |