from vibe coding to agentic engineering - practice makes claude perfect
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-code-best-practice": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-code-best-practice"
]
}
}
}