Skip to main content
Glama

Reddit MCP Server

.gitignore1.82 kB
# Critical Security - Environment Variables and Secrets .env .env.* !.env.sample !.env.example *.key *.pem *.cert *.crt secrets/ credentials/ config/secrets.json # Python __pycache__/ *.py[cod] *$py.class *.so .Python *.pyc *.pyo *.pyd .pytest_cache/ .mypy_cache/ .dmypy.json dmypy.json .coverage .coverage.* htmlcov/ .tox/ .hypothesis/ .ruff_cache/ *.cover *.log # Virtual Environments venv/ .venv/ env/ .env/ ENV/ env.bak/ venv.bak/ virtualenv/ # Package Management & Build build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST pip-log.txt pip-delete-this-directory.txt uv.lock # IDEs and Editors .vscode/ .idea/ *.swp *.swo *~ .project .pydevproject .settings/ *.sublime-project *.sublime-workspace .atom/ .brackets.json # Operating System .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # Project Specific logs/ *.log .claude/ *.db *.sqlite *.sqlite3 instance/ # Testing & Documentation .nox/ docs/_build/ .scrapy/ target/ # Jupyter Notebook .ipynb_checkpoints *.ipynb_checkpoints/ # macOS .AppleDouble .LSOverride Icon .DocumentRevisions-V100 .fseventsd .TemporaryItems .VolumeIcon.icns .com.apple.timemachine.donotpresent .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # Windows $RECYCLE.BIN/ *.lnk *.msi *.msm *.msp # Backup files *.bak *.backup *.old *.orig *.tmp .history/ # FastMCP specific .fastmcp/ fastmcp.db # MCP Registry files .mcpregistry_* mcp-publisher # Local Testing Scripts test_auth.py verify_auth.py run_local.sh run_with_auth.sh # Production Configuration Docs # These contain environment-specific values and deployment details FASTMCP_CLOUD_ENV.md WORKOS_PRODUCTION.md DEPLOY_CHECKLIST.md WORKOS_AUTH.md # AI Documentation Reference ai-docs/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/king-of-the-grackles/reddit-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server