Skip to content
Zed

instinct for Zed

io.github.yakuphanycl/instinct

Self-learning memory for AI coding agents with pattern detection and confidence scoring.

client:Zed transport:stdio runtime:pypi

Install instinct in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "instinct": {
      "command": "uvx",
      "args": [
        "instinct-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

instinct in other clients