Claude Code plugin marketplace for index1 — AI memory system for coding agents.
pipx install index1
index1 setup # One-click plugin install| Component | What it does |
|---|---|
| MCP Server | Auto-configures index1 serve (6 tools: recall/learn/read/status/reindex/config) |
| Search Rules | AI knows when to use recall vs Grep (saves 97% context) |
/reindex |
Rebuild project index |
/isearch |
Semantic search with follow-up |
/doctor |
Environment diagnostics |
pipx install index1 # Install index1
index1 index ./src ./docs # Index your projectVector search works out of the box (built-in ONNX embedding). Optional for multilingual:
ollama pull nomic-embed-text # Or bge-m3 for CJKApache-2.0