We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/braindead-dev/instagram-dms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•721 B
# Instagram Cookies (required)
# Get from instagram.com > DevTools > Application > Cookies
IG_SESSION_ID=
IG_USER_ID=
IG_CSRF_TOKEN=
IG_DATR=
IG_DID=
IG_MID=
# Poke Integration (optional)
# Get API key from poke.com/settings/advanced
# When set, you'll get notified of new DMs
POKE_API_KEY=
# Debounce: wait N seconds for more messages before forwarding to Poke (default: 3)
IG_DEBOUNCE_SECONDS=3
# Behavior Settings (optional)
# Simulate typing before sending (default: true)
IG_SIMULATE_TYPING=true
# Auto mark conversations as read when opened (default: true)
IG_AUTO_MARK_SEEN=true
# How long to "type" before sending in seconds (default: 1.5)
IG_TYPING_DELAY=1.5
# Server port (optional, default: 8000)
PORT=8000