We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seomentor/wpmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
# OS
.DS_Store
Thumbs.db
*.bak
# Logs
*.log
logs/
# Temporary files
temp/
tmp/
*.tmp
*.temp
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Node (for MCP)
node_modules/
# Test files
test_*.py
*_test.py
tests/
# Personal notes
notes/
TODO.txt