Autonomous learning system for Claude that automatically detects and corrects errors, records learned corrections in a structured database, and recalls past learnings when encountering similar questions.
self-reflectionautonomous-learningmcpclaudeerror-correctionknowledge-baselearning-databasecontext
Installation & Configuration
{
"mcpServers": {
"self-reflection-claude": {
"command": "PATH_TO_YOUR_VENV/Scripts/python.exe",
"args": [
"PATH_TO_YOUR_PROJECT/autonomous_self_reflection.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17