Harness Feed
FreeNot checkedFetches and searches structured JSON feeds from 7 tech sources including GeekNews, Hacker News, and arXiv.
About
Fetches and searches structured JSON feeds from 7 tech sources including GeekNews, Hacker News, and arXiv.
README
npm version GitHub Repository License: MIT Node.js TypeScript
하네스(subagent) 설계와 관리에 참고할 최신 기술 피드를 구조화된 JSON으로 제공하는 MCP 서버입니다.
npx -y @kimduumin/harness-feed-mcp@latest로 stdio 실행- 별도 서버 배포 없이 tool 호출 시점에만 외부 소스에 HTTP 요청
- GeekNews, Hacker News, arXiv, Lobste.rs, Dev.to, TLDR, Papers with Code, Reddit 등 8개 소스 지원
사용 예시
MCP client에서 다음과 같은 요청을 처리할 수 있습니다.
최근 GeekNews 기사 중에서 "kimi" 검색해줘
Hacker News top 스토리 10개 보여줘
arXiv에서 "RLHF" 관련 최신 논문 찾아줘
Lobste.rs에서 가장 핫한 글 5개 알려줘
r/LocalLLaMA 최신 글 보여줘
소스
| 소스 | 상태 | 설명 |
|---|---|---|
| GeekNews | ✅ | 한국 개발/기술/스타트업 뉴스 큐레이션 |
| Hacker News | ✅ | Y Combinator 기술 뉴스 커뮤니티 |
| arXiv | ✅ | 논문 프리프린트 (cs.AI, cs.CL 등) |
| Lobste.rs | ✅ | 초대제 기술 커뮤니티 |
| Dev.to | ✅ | 개발자 커뮤니티, 태그 기반 큐레이션 |
| TLDR | ✅ | 일일 기술 뉴스 요약 |
| Papers with Code | ✅ | 논문 + 구현 코드 연동 |
| ✅ | 서브레딧 기반 큐레이션 (RSS, 점수·댓글수 미제공) |
제공 도구
| 소스 | 도구 |
|---|---|
| GeekNews | get_feed, get_recent_feed, search_feed, get_weekly, get_item |
| Hacker News | get_hackernews, get_hackernews_recent, search_hackernews, get_hackernews_item |
| arXiv | get_arxiv_recent, search_arxiv, get_arxiv_item |
| Lobste.rs | get_lobsters, get_lobsters_recent, search_lobsters, get_lobsters_item |
| Dev.to | get_devto_recent, search_devto, get_devto_item |
| TLDR | get_tldr_recent, search_tldr, get_tldr_item |
| Papers with Code | get_paperswithcode_recent, search_paperswithcode, get_paperswithcode_item |
get_reddit, get_reddit_recent, search_reddit, get_reddit_item |
Repository
사전 요구사항
- Node.js 18 이상
curl(Reddit 소스 전용) — Reddit이 Node의 fetch 요청을 봇으로 차단하므로 시스템curl로 우회합니다. macOS·대부분의 Linux·Windows 10+ 에 기본 탑재되어 있습니다. Reddit 도구를 쓰지 않으면 불필요합니다.
설치
npx 사용 권장
별도 clone 없이 MCP client가 npx로 바로 실행할 수 있습니다.
npx -y @kimduumin/harness-feed-mcp@latest
이 명령은 MCP stdio server를 시작합니다. 정상 실행 시 터미널에 아무 출력 없이 대기할 수 있습니다.
소스에서 빌드
git clone [email protected]:doominkim/harness-feed-mcp.git
cd harness-feed-mcp
npm install
npm run build
MCP client 설정
OpenCode
~/.config/opencode/opencode.json에 추가:
{
"mcp": {
"harness-feed": {
"type": "local",
"command": ["npx", "-y", "@kimduumin/harness-feed-mcp@latest"],
"enabled": true,
"timeout": 60000
}
}
}
일반 MCP 설정 형태
{
"mcpServers": {
"harness-feed": {
"command": "npx",
"args": ["-y", "@kimduumin/harness-feed-mcp@latest"]
}
}
}
License
Install Harness Feed in Claude Desktop, Claude Code & Cursor
unyly install harness-feed-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add harness-feed-mcp -- npx -y @kimduumin/harness-feed-mcpFAQ
Is Harness Feed MCP free?
Yes, Harness Feed MCP is free — one-click install via Unyly at no cost.
Does Harness Feed need an API key?
No, Harness Feed runs without API keys or environment variables.
Is Harness Feed hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Harness Feed in Claude Desktop, Claude Code or Cursor?
Open Harness Feed on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Harness Feed with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
