ClaudeCat Proactive Context Engine - MCP Server for Claude Code accuracy improvement through implementation pattern detection
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claudecat": {
"command": "npx",
"args": [
"-y",
"yanggf8/claudecat"
]
}
}
}
Run in terminal:
claude mcp add claudecat npx -y yanggf8/claudecat
Add to .cursor/mcp.json:
{
"mcpServers": {
"claudecat": {
"command": "npx",
"args": [
"-y",
"yanggf8/claudecat"
]
}
}
}