We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Datajang/mcp-narajangteo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
# Virtual environments
.venv/
venv/
env/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Documentation (except README)
*.md
!README.md
# Environment and config
.env
.env.*
# Logs
*.log
mcp-server-nara-jangteo.log
# OS
.DS_Store
Thumbs.db
# Project specific
.claude/
SMITHERY_GUIDE.md
CLAUDE.md
pyproject.toml
# Test files
test_*.py
*_test.py
tests/