Skip to main content
Glama
cyanheads

calculator-mcp-server

by cyanheads

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTH_MODENoAuth mode: none, jwt, or oauth.none
MCP_HTTP_HOSTNoHostname for the HTTP server.localhost
MCP_HTTP_PORTNoPort for HTTP server.3010
MCP_LOG_LEVELNoLog level (RFC 5424).info
MCP_SESSION_MODENoauto, stateful, or stateless. Supplied configuration pins stateless; the framework default auto resolves to stateful.stateless
MCP_TRANSPORT_TYPENoTransport: stdio or http.stdio
CALC_MAX_RESULT_LENGTHNoMaximum result string length in characters (1,000–1,000,000).100000
MCP_HTTP_ENDPOINT_PATHNoPath for the HTTP MCP endpoint./mcp
MCP_HTTP_MAX_BODY_BYTESNoMaximum inbound HTTP request size; 0 disables the limit.1048576
CALC_EVALUATION_TIMEOUT_MSNoMaximum evaluation time in milliseconds (100–30,000).5000
CALC_MAX_EXPRESSION_LENGTHNoMaximum allowed expression string length (10–10,000).1000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources