yakuphanycl/instinct
0 Views
0 Installs
🐍 🏠 🍎 🪟 🐧 - 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. Works with Claude Code, Cursor, Windsurf, Goose, Codex. Published on PyPI as instinct-mcp and registered in the MCP Registry.
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"yakuphanycl-instinct": {
"command": "npx",
"args": [
"-y",
"yakuphanycl-instinct"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
No README found or this server is not hosted on GitHub.