Skip to main content
Glama

Excel MCP Server

MIT License
1,642
537
  • Linux
  • Apple
config.go408 B
package tools import ( z "github.com/Oudwins/zog" "github.com/Oudwins/zog/zenv" ) type EnvConfig struct { EXCEL_MCP_PAGING_CELLS_LIMIT int } var configSchema = z.Struct(z.Shape{ "EXCEL_MCP_PAGING_CELLS_LIMIT": z.Int().GT(0).Default(4000), }) func LoadConfig() (EnvConfig, z.ZogIssueMap) { config := EnvConfig{} issues := configSchema.Parse(zenv.NewDataProvider(), &config) return config, issues }

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/negokaz/excel-mcp-server'

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