agent-reach-tech
Used as the backend for Hacker News search, enabling querying of Hacker News posts and comments.
Allows querying GitHub repositories, including public and private ones if authenticated via gh CLI, for information such as repository details, issues, and pull requests.
Allows fetching posts and updates from Lobste.rs via its RSS or JSON feeds.
Allows searching Reddit posts and comments, with optional subreddit filtering, using the pullpush.io API.
Allows listing and reading RSS feeds from various sources.
Allows retrieving metadata and information from YouTube videos using yt-dlp.
Click on "Deploy 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., "@agent-reach-techresearch CVE-2024-1234"
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.
Agent Reach Tech v1.1
CLI standalone para coding agents pesquisarem tecnologia, desenvolvimento, open source e cibersegurança. Substitui o Agent Reach upstream para o escopo tech.
Pacote completo: CLI + skill auto-trigger + servidor MCP (9 tools).
Instalação (< 10 min)
git clone git@github.com:ggampp/agent-reach-tech.git
cd agent-reach-tech
pip install -e ".[mcp]"
agent-reach-tech install --env=auto
agent-reach-tech doctorOu via pip (sem clonar):
pip install "git+https://github.com/ggampp/agent-reach-tech.git#egg=agent-reach-tech[mcp]"Windows helper:
.\scripts\install.ps1Related MCP server: polycode
Matriz de canais
Canal | Backend | Obrigatório | Zero-config |
github | gh CLI + REST API | Sim | Público sim |
web | Jina Reader | Sim | Sim |
youtube | yt-dlp | Sim | Sim |
rss | feedparser | Sim | Sim |
hackernews | Algolia API | Sim | Sim |
lobsters | RSS / JSON | Sim | Sim |
cve_nvd | NVD API 2.0 | Sim | Sim* |
osv | OSV.dev | Sim | Sim |
exa_search | Exa / fallback | Opcional | EXA_API_KEY |
pullpush.io | Opcional | Sim |
* NVD sem key funciona; NVD_API_KEY melhora rate limit.
Comandos
# v1.1 — routing e pesquisa orquestrada
agent-reach-tech route "vale a pena usar engram?" --json
agent-reach-tech research oss engram --repo Gentleman-Programming/engram --report
agent-reach-tech research cve CVE-2024-1234 --report
agent-reach-tech research trends --report
agent-reach-tech mcp
# Canais
agent-reach-tech doctor
agent-reach-tech github repo OWNER/REPO
agent-reach-tech web URL
agent-reach-tech youtube info URL
agent-reach-tech rss list
agent-reach-tech rss read URL
agent-reach-tech search --profile evaluate_library --name engram
agent-reach-tech catalog search engram
agent-reach-tech reddit search "cve" --subreddit netsecVer docs/MCP-SETUP.md para configurar o servidor MCP no Cursor.
vs Agent Reach upstream
Agent Reach Tech | Upstream | |
Foco | Tech/OSS/security | Geral + China social |
Dependência | Nenhuma | pip upstream |
Canais | 10 curados | 15+ |
Catálogo local | Sim | Não |
Workflows | 4 receitas | SKILL genérico |
Opcional
$env:EXA_API_KEY = "..." # busca semântica
$env:NVD_API_KEY = "..." # CVE rate limit
gh auth login # GitHub privadoTestes
pip install -e ".[dev,mcp]"
pytest # offline (55+ tests)
pytest -m network # live APIs
.\scripts\benchmark.ps1Licença
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI coding agents to communicate, share state, and coordinate work in real time via MCP tools or REST API.44 npm8MIT
- AlicenseAqualityDmaintenanceMCP server providing 13 tools to control opencode, Gemini CLI, and Qwen Code AI coding agents with session continuity and auth checking.13MIT
- FlicenseAqualityDmaintenanceAn MCP server providing tools for web research, code review, and concept explanation, callable by any MCP-compatible client.3-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes a suite of developer tools and apps via a shared tool registry, enabling agents to list and call tools through the MCP protocol.MIT