We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karanb192/reddit-buddy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•254 B
# Environment files with credentials
.env
.env.local
.env.*.local
# Test scripts with hardcoded credentials
test-reddit-auth.cjs
test-auth.py
*-with-creds.cjs
*-with-creds.py
# Temporary test files
*.tmp
*.test
# Personal test scripts
my-*.cjs
my-*.py