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

Installation

npx -y instinct

Configuration

{
  "mcpServers": {
    "instinct": {
      "command": "npx",
      "args": ["-y", "instinct"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub