We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MichaelTroelsen/tdz-c64-knowledge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environment
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code settings
.claude/settings.local.json
# Knowledge base data
.tdz-c64-knowledge/
*.db
# Document input folders (user data)
pdf/
txt/
input/
codebase64_latest/
SIDin/
# Binary dependencies
poppler-*/
# Temporary test files
test_*.py
check_*.py
reimport_*.py
debug_*.py
run_*.py
profile_*.py
# URL monitoring results
url_check*.json
*_url_check*.json
# Test and benchmark results
test_*.json
benchmark_*.json
*_results.json
*_check.json
# Scraped website directories
unusedino.de_*/
www.sidmusic.org_*/
blog.chordian.net_*/
# Temporary uploads
uploads/
lib/
# Temp files
nul
=*
# OS
.DS_Store
Thumbs.db
desktop.ini
# Test coverage
.coverage
htmlcov/
.pytest_cache/
# Logs
*.log
# Generated wiki output
wiki/
wiki_test/