comfyui-reddit-support-finder
ComfyUI Reddit Support Finder
r/comfyui 内の公開トラブルシューティングディスカッションを、ユーザーが自ら開始する検索のための、小規模・非商用・読み取り専用のMCPサーバーです。
このプロジェクトは、重複したサポート質問を作成する前に、これまでに見つかった解決策や元のRedditリンクを探せるようにすることを目的としています。Codex などのローカルAIアシスタント向けに設計されていますが、すべての検索はユーザーが開始する必要があります。
スコープ
サーバーが公開するツールは search_comfyui_support の1つです。
できること:
r/comfyui内の公開投稿を検索します。タイトル、抜粋、Redditへの直接リンクを含む小さな結果セットを返します。
現在のリクエストに限り、結果をメモリ内で処理します。
できないこと:
投稿、コメント、投票、モデレーション、またはメッセージの送信を行うことはできません。
非公開コミュニティや非公開の通信を検索することはできません。
ユーザープロファイルを構築したり、機微なユーザー特性を推測したりすることはできません。
Redditコンテンツを保存したり、モデルトレーニングに使用したりすることはできません。
自律的またはスケジュールされた収集を実行することはできません。
このリポジトリは、アプリが宣言するアクセス範囲の公式な情報源です。同じReddit OAuthクライアントを使用するローカルインテグレーションは、この実装を更新し、必要なRedditの承認を先に得ることなく、より広範なRedditアクションを追加してはなりません。
Related MCP server: Reddit MCP Server
Redditアプリの登録
Redditアプリフォームの推奨値:
name: comfyui-reddit-support-finder
type: script
description: Personal, non-commercial, read-only ComfyUI support thread finder used by a local AI assistant.
about url: https://github.com/woodenriver05/comfyui-reddit-support-finder
redirect uri: http://localhost:8080OAuthクレデンシャルを作成しても、Redditの必須アクセス承認の代わりにはなりません。アプリはRedditから承認された目的にのみ使用し、RedditのResponsible Builder Policy、Developer Terms、Data API Termsに従ってください。
要件
Node.js 20 以上
このユースケースに承認されたReddit OAuthアプリ
REDDIT_CLIENT_IDREDDIT_CLIENT_SECRET正確で説明的な
REDDIT_USER_AGENT
User-Agentの例:
windows:comfyui-reddit-support-finder:v0.1.0 (by /u/your_username)資格情報は環境変数またはシークレットマネージャーに保管してください。コミットしないでください。
実行
シークレットマネージャーから必要な3つの環境変数を用意したら:
node .\server.mjsCodex の設定例:
[mcp_servers.comfyui_reddit_support]
command = "node"
args = ["C:\\path\\to\\comfyui-reddit-support-finder\\server.mjs"]
env_vars = ["REDDIT_CLIENT_ID", "REDDIT_CLIENT_SECRET", "REDDIT_USER_AGENT"]
enabled = true設定を変更したら、MCPクライアントを再起動してください。
データの取り扱い
サーバーはRedditコンテンツをディスクに書き込まず、データベースも保持しません。OAuthアクセストークンは、有効期限が切れるまでプロセスメモリ内にのみキャッシュされます。詳細は PRIVACY.md を参照してください。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables browsing and searching Reddit content through read-only tools that access Reddit's official API. Supports searching posts, retrieving subreddit information, fetching hot posts, and getting detailed post information.54MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI assistants with read-only access to Reddit's API for browsing subreddits, reading posts and comments, searching Reddit, and retrieving user/subreddit information. Enables safe exploration of Reddit content without posting capabilities through natural language interactions.
- AlicenseBqualityCmaintenanceEnables read-only access to Reddit for searching posts within specific subreddits using OAuth2 authentication. It allows users to search by query and sort results by relevance, popularity, or date.181MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and read solved threads from the n8n community forum for vetted solutions.MIT
Related MCP Connectors
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/woodenriver05/comfyui-reddit-support-finder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server