Best Practices
MCP Serverby lee-to · Added 5mo ago
Claude
18
Install
git clone https://github.com/lee-to/ai-factoryAdd to Claude
claude mcp add best-practicesQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"best-practices": {
"command": "npx",
"args": [
"@modelcontextprotocol/best-practices"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Code quality guidelines and best practices for writing clean, maintainable code. Covers naming, structure, error handling, testing, and code review standards. Use when writing code, reviewing, refactoring, or asking "how should I name this", "best practice for", "clean code".
Tags
developmenttypescriptpythonrustgoskill