MCP Agent Sentinel
Monitors arXiv for latest research papers and provides tools to search and retrieve technical news and breaking changes.
Monitors GitHub repositories for trending projects, releases, and breaking changes, providing search and news retrieval tools.
Monitors Google SDK release notes for deprecations and updates, providing proactive intelligence.
Monitors OpenAI SDK release notes for breaking changes and new features, delivering real-time alerts.
๐ก๏ธ MCP Agent Sentinel (mcp-agent-sentinel)
Real-time Proactive Sentinel & Breaking-Change Intelligence Server for Autonomous AI Agents
Compatible with Cursor IDE, Hermes, Claude Desktop, LangChain, AutoGen, and Windsurf
๐ Why MCP Agent Sentinel?
Most AI agents rely on reactive search APIs (like Tavily or Exa) where the agent has to guess what to search for. If an SDK introduces a breaking change or deprecates an API parameter, your agent won't know until your production code breaks.
MCP Agent Sentinel is a proactive context server that continuously monitors ArXiv, GitHub Repositories, SDK Release Notes (MCP, OpenAI, Anthropic, Google), and Web sources. It injects clean, pre-classified intelligence and breaking change alerts directly into your agent's context window before issues occur.
Related MCP server: agent immune
๐ ๏ธ MCP Tools Exposed
Tool | Description | Key Parameters |
๐จ | Real-time technical news, releases & breaking change alerts |
|
๐ | Fast full-text semantic search on the curated live feed |
|
๐ | Executive markdown briefing for sub-niches (e.g. AI Engineering) |
|
๐ก | Live health, timestamp & processing metrics of all scrapers | N/A |
๐ฅ Persona-Based Context Filters
Data is automatically indexed and served according to consumer personas:
๐ ๏ธ
dev: Code diffs, breaking changes, SDK updates (@modelcontextprotocol/server), deprecations & bug fixes.๐
product: Pricing matrices, token efficiency, LLM benchmarks & feature availability.๐
investor: Frontier ArXiv research papers, agentic framework adoption & cloud distribution deals (Anthropic + AWS Bedrock).๐ฃ
creator: Trending GitHub repos, viral AI tools & hooks for newsletters/youtube.
๐ Quickstart & Local Installation
1. Build from Source
# Clone repository
git clone https://github.com/agent-principal/mcp-agent-sentinel.git
cd mcp-agent-sentinel
# Install & Build
npm install
npm run buildโ๏ธ Client Setup Configurations
1. Claude Desktop App Setup
Locate your Claude Desktop configuration file:
๐ช Windows:
%APPDATA%\Claude\claude_desktop_config.json(C:\Users\<YourUser>\AppData\Roaming\Claude\claude_desktop_config.json)๐ macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add mcp-agent-sentinel to your mcpServers object:
{
"mcpServers": {
"mcp-agent-sentinel": {
"command": "node",
"args": [
"C:/Users/rmica/Agent Principal/projects/mcp-data-infrastructure/dist/index.js"
],
"disabled": false
}
}
}2. Cursor IDE Setup
Add under Cursor Settings -> Features -> MCP Servers:
Name:
mcp-agent-sentinelType:
commandCommand:
node "C:/Users/rmica/Agent Principal/projects/mcp-data-infrastructure/dist/index.js"
3. Antigravity IDE & Hermes Setup
Add to your ~/.gemini/config/mcp_config.json or ~/.hermes/config/mcp_config.json:
{
"mcpServers": {
"mcp-agent-sentinel": {
"command": "node",
"args": [
"C:/Users/rmica/Agent Principal/projects/mcp-data-infrastructure/dist/index.js"
],
"disabled": false
}
}
}๐งช Interactive Live Demo
Test the live feed parser right from your terminal:
# Interactive Persona Visualizer
npm run demo
# Verify Cursor/IDE Setup
npm run verify-cursor๐ License & Maintainers
Maintainers: Agent Principal Core Team
License: MIT License
Maintenance
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/rmikael7/mcp-agent-sentinel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server