Skip to main content
Glama
CodeNoLimits

agent-veille

by CodeNoLimits

AgentVeille — le MCP qui garde votre IA à jour

Serveur MCP (Model Context Protocol) qui permet à Claude — ou tout client MCP — de scanner chaque jour les sources d'innovation IA (arXiv, Hacker News, GitHub, et bientôt Hugging Face, Reddit, YouTube) et de normaliser les découvertes en Fiches-Skills actionnables par domaine (code, design, RH, agents...).

📄 Conception complète : docs/CONCEPTION.md

Installation

pip install "mcp[cli]" httpx

Puis dans la config de Claude Desktop / Claude Code :

{ "mcpServers": { "agent-veille": { "command": "python", "args": ["/chemin/server.py"] } } }

Related MCP server: AI News Aggregator

Outils exposés

  • chercher(sujet) — recherche multi-sources datée et sourcée

  • scan_quotidien(domaines) — le scan du jour avec filtre de signal

  • gabarit_fiche_skill() — le format normalisé à remplir par le modèle

Principe

Le serveur ne contient aucune intelligence : il fournit des données propres, datées, sourcées. C'est le modèle qui juge et normalise. Le serveur reste trivial à maintenir et compatible avec tous les modèles futurs.

Licence MIT.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A standalone MCP server that enables research (web search, URL fetch, news), workspace management (file operations, command execution), and self-extension via markdown-based skills.
    21
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that acts as an AI knowledge and skills hub, automatically discovering, indexing, and serving skill libraries to any MCP client with full-text search, rich metadata, and hot reload.
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.

View all MCP Connectors

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/CodeNoLimits/agent-veille'

If you have feedback or need assistance with the MCP directory API, please join our Discord server