Back to MCP Servers
Instinct
Self-learning memory for AI coding agents. Observes tool sequences, user preferences, and recurring fixes; confidence-based promotion (hits ≥5 → mature, ≥10 → rule) so agents stop repeating mistakes without explicit instruction. SQLite-backed, project-aware, zero external deps. …
knowledge-memorygosqliteaiagent
By yakuphanycl
Installation
npx -y instinctConfiguration
{
"mcpServers": {
"instinct": {
"command": "npx",
"args": ["-y", "instinct"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes