We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyunjae-labs/xlwings-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.venv/
dist/
excel_files/
__pycache__/
.notes/
*.log
# Development files
XLWINGS_*.md
# Allow important documentation
!README.md
!CHANGELOG.md
!docs/*.md
# Personal config files
xlwings-mcp-server-template.yaml
# Archive and temporary files
archive_temp_files/
*test_results*.json
# Serena files
.serena
# Test files and results
test/
test_mcp/
*.xlsx
*.pkl
# Log files
logs/
excel-mcp.log
*.log
# Claude specific files
.claude/
# MCP configuration
.mcp.json
# Python cache
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~