Keep your skills and MCP servers organized.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-hygiene-doctor": {
"command": "npx",
"args": [
"-y",
"panchen451161722/Agent-Hygiene-Doctor"
]
}
}
}
Run in terminal:
claude mcp add agent-hygiene-doctor npx -y panchen451161722/Agent-Hygiene-Doctor
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-hygiene-doctor": {
"command": "npx",
"args": [
"-y",
"panchen451161722/Agent-Hygiene-Doctor"
]
}
}
}