Serveurs MCP : bonnes pratiques, choix de conception et leurs conséquences

Event: Devoxx France

Date: 2026-04-24

Location: Paris, France

Abstract

Serveurs MCP : bonnes pratiques, choix de conception et leurs conséquences slide deck cover

This three-hour deep dive explores the Model Context Protocol (MCP) beyond introductory concepts. The presentation analyzes real design decisions through the lens of the RAGmonsters project, examining what succeeds and what fails in production environments.

The talk progresses through four maturity levels: foundational functionality, proper structuring, scaling considerations, and governance requirements. Key topics include distinguishing between generic and domain-specific servers, security implications of design choices, token efficiency, testing strategies, and handling autonomous agent behavior.

Drawing parallels to early REST API adoption, the presentation emphasizes that "MCP servers are APIs" and should be designed accordingly. Particular attention addresses the security risks of LLM-powered agents, including prompt injection vulnerabilities and the "lethal trifecta" of private data access, untrusted input, and exfiltration capabilities.

Tags

  • MCP
  • AI
  • Best Practices