We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alphago2580/naramarketmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# In-package ignore (module specific)
# Defer to repo root .gitignore; add module-specific artifacts here.
# Python cache
__pycache__/
*.py[cod]
# Virtual env (if created locally here)
.venv/
# Local env files
.env
.env.*
!.env.example
# Build / dist
build/
dist/
*.egg-info/
# Data outputs (crawler)
*.csv
*.ndjson
*.parquet
*.json
!README.md
!pyproject.toml
# Allow sample fixtures directory if added later
!tests/
# Logs
*.log
# Backup files
backup/
# AI agent contexts
gemini.md
claude.md
CLAUDE.md
GEMINI.md
# pytest cache
.pytest_cache/
# egg-info
*.egg-info/
# docs build artifacts
docs/.bkit-memory.json
docs/.pdca-status.json