io.github.cyanheads
calculator-mcp-server
Calculator MCP server — evaluate, simplify, and differentiate math expressions.
Hosted
communityapplicationDeployment
Hosted
streamable-http
https://calculator.caseyjhand.com/mcpPackage Details
@cyanheads/calculator-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
CALC_MAX_EXPRESSION_LENGTH(str)
Default:
1000Maximum allowed expression string length.
CALC_EVALUATION_TIMEOUT_MS(str)
Default:
5000Maximum evaluation time in milliseconds.
CALC_MAX_RESULT_LENGTH(str)
Default:
100000Maximum result string length in characters.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/calculator-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
CALC_MAX_EXPRESSION_LENGTH(str)
Default:
1000Maximum allowed expression string length.
CALC_EVALUATION_TIMEOUT_MS(str)
Default:
5000Maximum evaluation time in milliseconds.
CALC_MAX_RESULT_LENGTH(str)
Default:
100000Maximum result string length in characters.
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').