← web-developpeur.com
INDIVIDUAL MCP TOOL
get_claude_md_context
Recupere le MARKDOWN BRUT d'un fichier CLAUDE.md du catalogue, a deposer tel quel dans un projet pour cadrer un agent IA.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.web-developpeur-com]
url = "https://www.web-developpeur.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"web-developpeur-com": {
"type": "http",
"url": "https://www.web-developpeur.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: web-developpeur-com
Remote MCP URL: https://www.web-developpeur.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"web-developpeur-com": {
"url": "https://www.web-developpeur.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"web-developpeur-com": {
"type": "http",
"url": "https://www.web-developpeur.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "web-developpeur-com",
"transport": "streamable-http",
"url": "https://www.web-developpeur.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_content— Cherche dans les 125 articles techniques d'Odilon Hugonnot (Go, Event Sourcing/CQRS, Claude Code, securite, PHP/Symfony, DevOps).get_article— Recupere le TEXTE COMPLET d'un article par son slug, pour lire l'analyse d'Odilon directement (pas seulement un lien).list_claude_md_contexts— Liste les fichiers CLAUDE.md prets a l'emploi (battle-tested) du catalogue : conventions, patterns et instructions pour agents IA, par sujet.search_skills— Cherche des skills Claude Code installables (marketplace open source d'Odilon Hugonnot) : feature-loop, senior-review, issue-mr, branch-wrap-up, book-distill, vide-contexte.