yakuphanycl/instinct
Self-learning memory for AI coding agents — MCP server
Platform-specific configuration:
{
"mcpServers": {
"instinct": {
"command": "npx",
"args": [
"-y",
"instinct"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">instinct</h1> <p align="center"> <strong>Self-learning memory for AI coding agents</strong> </p> <p align="center"> <a href="https://pypi.org/project/instinct-mcp/"></a> <a href="https://pypi.org/project/instinct-mcp/"></a> <a href="https://github.com/yakuphanycl/instinct/blob/master/LICENSE"></a> <a href="https://modelcontextprotocol.io"></a> </p> </p>
---
Your AI agent makes the same mistakes twice. It forgets your preferences between sessions. It doesn't learn from repetition.
instinct fixes this. It observes patterns from your agent sessions, tracks confidence over time, and auto-promotes recurring patterns into suggestions your agent follows — without you repeating yourself.
Works with any MCP-compatible agent: Claude Code, Cursor, Windsurf, Goose, Codex, and others.
observe track promote suggest
┌───────┐ ┌───────┐ ┌───────┐ ┌───────┐
You │Record │ +1 │ Count │ >=5 │Mature │ >=10 │ Rule │
work │pattern├──────>│ hits ├───────>│suggest├───────>│ auto- │
└───────┘ └───────┘ └───────┘ │ apply │
└───────┘mature (suggested), >= 10 becomes rule (auto-applied)piLoading reviews...