RavenEye
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., "@RavenEyescan the latest AI news and GitHub repos for opportunities"
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.
RavenEye
A modular multi-agent AI intelligence platform that discovers, analyzes, ranks, and summarizes high-value AI news and GitHub opportunities into actionable intelligence reports.
Overview
RavenEye automates the process of monitoring the rapidly evolving AI ecosystem.
Instead of manually browsing RSS feeds and GitHub every day, RavenEye continuously collects information from trusted sources, filters irrelevant content, ranks opportunities using transparent scoring, and generates a professional Markdown intelligence report.
The project follows a modular multi-agent architecture, allowing new intelligence sources and analytical capabilities to be added without redesigning the system.
Features
Implemented (Version 1.0)
RSS news collection
RSS parsing and HTML cleaning
AI news categorization
GitHub repository discovery
Repository relevance scoring
Opportunity ranking
Duplicate filtering
Automated Markdown report generation
Multi-agent architecture
Orchestrator-based workflow
MCP (Model Context Protocol) integration
Configuration-driven design
Related MCP server: rss-news
Planned (Future Versions)
Skills Intelligence Agent
Internship Intelligence Agent
arXiv Research Agent
Hugging Face monitoring
Reddit Intelligence Agent
Conference tracking
Personalized recommendations
Historical trend analysis
Web dashboard
Notifications
Architecture
User / CLI
│
▼
Orchestrator
│
┌──────────────┼──────────────┐
│ │ │
▼ ▼ ▼
RSS Agent GitHub Agent Report Agent
│ │ │
└──────────────┼──────────────┘
▼
Markdown Intelligence Report
│
▼
MCP IntegrationProject Structure
RavenEye/
├── agents/
│ ├── base_agent.py
│ ├── rss_agent.py
│ ├── github_agent.py
│ └── report_agent.py
│
├── tools/
│ ├── rss_service.py
│ ├── github_service.py
│ ├── report_service.py
│ └── utils.py
│
├── Integrations/
│ └── server.py
│
├── briefs/
├── Documents/
│
├── orchestrator.py
├── config.py
├── main.py
└── README.mdWorkflow
RSS Agent collects AI news.
GitHub Agent discovers promising repositories.
Results are filtered and ranked.
The Report Agent generates a Markdown intelligence report.
The Orchestrator coordinates the complete pipeline.
The MCP server exposes RavenEye tools for external clients.
Technologies Used
Python 3
GitHub REST API
RSS Feeds
feedparser
BeautifulSoup4
Requests
Markdown
MCP (Model Context Protocol)
Running RavenEye
Clone the repository:
git clone <repository-url>
cd RavenEyeInstall dependencies:
pip install -r requirements.txtRun:
python3 main.pyA new intelligence report will be generated inside the briefs/ directory.
MCP Integration
RavenEye exposes its capabilities through the Model Context Protocol (MCP).
Available tools include:
scan_rss
scan_github
generate_report
run_pipeline
The project can be tested using the MCP Inspector.
Documentation
Document | Description |
SPEC.md | Functional and non-functional requirements |
ARCHITECTURE.md | System architecture |
AGENTS.md | Agent responsibilities and development rules |
ROADMAP.md | Development roadmap |
PROJECT_STATE.md | Current implementation status |
Current Status
Version: 1.0.0
Current implementation includes:
RSS Intelligence
GitHub Intelligence
Report Generation
Multi-Agent Architecture
Orchestrator
MCP Integration
The Version 1 pipeline is fully operational and capable of generating end-to-end intelligence reports.
Future Roadmap
Version 1.1
Skills Intelligence Agent
Internship Intelligence Agent
Version 2
arXiv integration
Hugging Face integration
Reddit Intelligence
Trend analysis
Personalized recommendations
License
This project is released under the MIT License.
Author
Harsh Bhati
RavenEye was developed as a modular AI intelligence platform following modern software engineering principles, emphasizing modularity, maintainability, extensibility, and transparency.
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
- 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/harsh313-B/RavenEye'
If you have feedback or need assistance with the MCP directory API, please join our Discord server