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 "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., "@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: OnlineCyberTools MCP (280+ filterable tools)
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 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
- 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/ggampp/agent-reach-tech'
If you have feedback or need assistance with the MCP directory API, please join our Discord server