We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apify/actors-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# This file tells Git which files shouldn't be added to source control
.idea
.vscode
storage
apify_storage
crawlee_storage
node_modules
dist
tsconfig.tsbuildinfo
storage/*
!storage/key_value_stores
storage/key_value_stores/*
!storage/key_value_stores/default
storage/key_value_stores/default/*
!storage/key_value_stores/default/INPUT.json
# ignore CLAUDE.md, it is a symlink to AGENTS.md
CLAUDE.md
# Added by Apify CLI
.venv
.env
# Aider coding agent files
.aider*
# MCP registry private key
key.pem
# Ignore MCP config for Opencode client
opencode.json
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python