Générateur et Validateur de Configuration de Serveurs MCP
FmtDev Générateur de Configuration MCP Visuel est un outil gratuit de traitement local qui vous permet de construire et de valider des fichiers de configuration MCP pour Claude Desktop et Cursor. Tout est calculé directement dans votre navigateur avec une confidentialité totale.
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"my-custom-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourTokenHere"
}
}
}
}Engineering Guides
Maîtrisez Cet Outil
Guides approfondis et tutoriels pour les experts.
The Developer's Guide to Configuring Custom MCP Servers for Claude & Cursor
Configure custom MCP servers for Claude and Cursor with local-first JSON, stdio transport, and zero-error validation.
Read Guide
The JSON-RPC Renaissance: Protocol Powering 2026 AI Agents
Discover why JSON-RPC 2.0 is the foundational protocol for AI agent tool calling and the Model Context Protocol (MCP) instead of REST or GraphQL.
Read Guide
Understanding MCP Transport Layers: stdio vs. HTTP vs. WebSockets
A technical deep dive into Model Context Protocol (MCP) transport mechanisms. Compare stdio, HTTP with SSE, and WebSockets for secure AI agent integration.
Read Guide