Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPREADSHEET_MCP_PATH_MAPNoPath mapping(s) INTERNAL=CLIENT to include client-visible paths in responses (comma-separated; useful for Docker volume mounts)
SPREADSHEET_MCP_WORKBOOKNoLock the server to a single workbook path
SPREADSHEET_MCP_HTTP_BINDNoHTTP bind address when using http transport127.0.0.1:8079
SPREADSHEET_MCP_MAX_CELLSNoMax cells per tool payload before truncation10000
SPREADSHEET_MCP_MAX_ITEMSNoMax items per tool payload before truncation500
SPREADSHEET_MCP_TRANSPORTNoTransport to expose (http or stdio)http
SPREADSHEET_MCP_WORKSPACENoWorkspace root containing spreadsheet files.
SPREADSHEET_MCP_EXTENSIONSNoComma-separated list of allowed workbook extensionsxlsx,xlsm,xls,xlsb
SPREADSHEET_MCP_VBA_ENABLEDNoEnable VBA introspection tools (read-only)false
SPREADSHEET_MCP_ENABLED_TOOLSNoRestrict execution to the provided tool names (comma-separated)all tools
SPREADSHEET_MCP_CACHE_CAPACITYNoMaximum number of workbooks kept in memory5
SPREADSHEET_MCP_OUTPUT_PROFILENoOutput profile for tool responses (token_dense or verbose)token_dense
SPREADSHEET_MCP_RECALC_BACKENDNoRecalc backend preference: auto, formualizer, or libreofficeauto
SPREADSHEET_MCP_RECALC_ENABLEDNoEnable write/recalc tools (uses the native Formualizer backend by default)false
SPREADSHEET_MCP_SCREENSHOT_DIRNoDirectory to write screenshot PNGs<workspace_root>/screenshots
SPREADSHEET_MCP_ALLOW_OVERWRITENoAllow save_fork to overwrite original workbook filesfalse
SPREADSHEET_MCP_TOOL_TIMEOUT_MSNoTool request timeout in milliseconds30000
SPREADSHEET_MCP_MAX_PAYLOAD_BYTESNoMax tool payload size in bytes before truncation65536
SPREADSHEET_MCP_MAX_RESPONSE_BYTESNoMax response size in bytes1000000
SPREADSHEET_MCP_MAX_CONCURRENT_RECALCSNoMax concurrent LibreOffice instances2

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

Latest Blog Posts

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/PSU3D0/spreadsheet-mcp'

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