We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jercik/perplexity-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore macOS system files
.DS_Store
# Ignore Python compiled files
__pycache__/
*.py[cod]
*$py.class
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore virtual environments
venv/
.env/
*.env
# Ignore log files
*.log
*.out
*.err
# Ignore database and cache files
*.sqlite3
*.db
*.cache
# Ignore IDE specific files
.idea/
.vscode/*
!.vscode/settings.json
*.swp
*.swo
# Ignore dependency and build artifacts
node_modules/
dist/
npm-debug.log
yarn-error.log
*.tsbuildinfo
# pnpm specific
.pnpm-store
.pnpm-debug.log
# Ignore coverage and test reports
.coverage
coverage.xml
*.cover
*.pyc
# Ignore system-specific files
Thumbs.db
Desktop.ini
# Ignore CSV and large data files
*.csv
*.tsv
*.jsonl
# AI Coding Agents
CLAUDE.md
GEMINI.md
AGENTS.md
.kilocode/rules/**
repomix-output.*
repomix.config.json