comfyui-reddit-support-finder
ComfyUI Reddit Support Finder
r/comfyui의 공개 문제 해결 토론을 사용자가 직접 검색할 수 있도록 하는, 작고 비상업적인 읽기 전용 MCP 서버입니다.
이 프로젝트는 중복된 지원 질문을 만들기 전에 기존 해결책과 원본 Reddit 링크를 찾을 수 있도록 돕기 위해 존재합니다. Codex와 같은 로컬 AI 어시스턴트를 위해 설계되었지만, 모든 검색은 사용자가 시작해야 합니다.
범위
서버는 하나의 도구를 제공합니다: search_comfyui_support.
다음을 수행할 수 있습니다.
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)자격 증명은 환경 변수나 시크릿 매니저에 보관하세요. 커밋하지 마세요.
실행
세 가지 필수 환경 변수를 시크릿 매니저를 통해 제공한 후:
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