Skip to main content
Glama

MCP Server Reddit

by Hawstein
MIT License
30
  • Apple
  • Linux
from .server import serve def main(): """MCP Reddit Server - Reddit API functionality for MCP""" import argparse import asyncio parser = argparse.ArgumentParser( description="give a model the ability to access Reddit public API" ) args = parser.parse_args() asyncio.run(serve()) if __name__ == "__main__": main()

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/Hawstein/mcp-server-reddit'

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