We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bassem-elsodany/mcp_excel_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.sample•793 B
# Excel MCP Server Development Environment Configuration
# Copy this file to .env.dev in project root and modify as needed
# Server configuration - development server
# Version of the MCP Excel Server
EXCEL_MCP_SERVER_VERSION=1.0.0
# Host address for the server
EXCEL_MCP_SERVER_HOST=localhost
# Port number for the server
EXCEL_MCP_SERVER_PORT=8800
# Prefix for tool names to distinguish them when an AI agent is looking for them, e.g., 'BOI: create_workbook'
EXCEL_MCP_SERVER_TOOL_PREFIX = "BOI_"
# Excel files directory path - development uses a local directory
# Directory path for Excel files
EXCEL_MCP_FOLDER=excel_files
# Logging configuration - more verbose for development
# Logging level for the server
EXCEL_MCP_LOG_LEVEL=DEBUG
# Directory for log files
EXCEL_MCP_LOG_FOLDER=logs