We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ak-9647/Evernote-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Evernote MCP Server - Git Ignore
# Sensitive Information
*.env
.env
config.json
**/config.json
**/*token*
**/*secret*
**/*key*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.virtualenv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Logs
*.log
logs/
log/
# MCP specific
mcp_debug/
*.mcp.log
# Test files
test_config.json
test_output/
# Temporary files
*.tmp
*.temp
.pytest_cache/
.coverage
htmlcov/
# Claude Desktop Config (user-specific)
# Note: Users should manually configure this
**/claude_desktop_config.json
# User-specific setup files
user_config.py
my_token.txt # Environment variables
.env.local
.env.*.local
# Sensitive files
# Test files with tokens
test_results_*.json
mcp_test_results_*.json
mcp_comprehensive_test_report_*.md
# Generated HTML files
*.html
!README.html
# Backup files
*.backup
*_backup.*