instinct for Cursor
io.github.yakuphanycl/instinct
Self-learning memory for AI coding agents with pattern detection and confidence scoring.
client:Cursor
transport:stdio
runtime:pypi
Install instinct in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"instinct": {
"type": "stdio",
"command": "uvx",
"args": [
"instinct-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs