harness-feed-mcp
Provides tools to fetch recent papers, search by query, and retrieve individual paper details from arXiv preprint server (cs.AI, cs.CL, etc.).
Offers tools to get recent articles, search by tags, and retrieve individual posts from the Dev.to developer community.
Enables fetching hot or recent stories, searching, and getting individual story details from Lobste.rs invite-only tech community.
Allows fetching recent papers with code, searching by query, and retrieving individual paper entries from Papers with Code.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@harness-feed-mcpshow me top Hacker News stories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kimduumin/harness-feed-mcp
하네스(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 등 7개 소스 지원
사용 예시
MCP client에서 다음과 같은 요청을 처리할 수 있습니다.
최근 GeekNews 기사 중에서 "kimi" 검색해줘Hacker News top 스토리 10개 보여줘arXiv에서 "RLHF" 관련 최신 논문 찾아줘Lobste.rs에서 가장 핫한 글 5개 알려줘Related MCP server: rss-digest-bot
소스
소스 | 상태 | 설명 |
✅ | 한국 개발/기술/스타트업 뉴스 큐레이션 | |
✅ | Y Combinator 기술 뉴스 커뮤니티 | |
✅ | 논문 프리프린트 (cs.AI, cs.CL 등) | |
✅ | 초대제 기술 커뮤니티 | |
✅ | 개발자 커뮤니티, 태그 기반 큐레이션 | |
✅ | 일일 기술 뉴스 요약 | |
✅ | 논문 + 구현 코드 연동 |
제공 도구
소스 | 도구 |
GeekNews |
|
Hacker News |
|
arXiv |
|
Lobste.rs |
|
Dev.to |
|
TLDR |
|
Papers with Code |
|
Repository
사전 요구사항
Node.js 18 이상
설치
npx 사용 권장
별도 clone 없이 MCP client가 npx로 바로 실행할 수 있습니다.
npx -y @kimduumin/harness-feed-mcp@latest이 명령은 MCP stdio server를 시작합니다. 정상 실행 시 터미널에 아무 출력 없이 대기할 수 있습니다.
소스에서 빌드
git clone git@github.com:doominkim/harness-feed-mcp.git
cd harness-feed-mcp
npm install
npm run buildMCP 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/doominkim/harness-feed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server