You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,17 +29,20 @@ For detailed instructions on integrating with Claude Code, Claude Desktop, and o
29
29
-**Simple** - no configuration required, automatically discovers your Anki collections
30
30
31
31
## Use Cases
32
-
- Selectively commit what you learn in conversation with an LLM to memory
33
-
> "Create an anki deck based on our conversation"
34
-
> "Create a card in the algebra deck"
35
-
- Use an LLM to interact with your deck
36
-
> "Work through the algebra deck with me"
37
32
38
-
## Important Notes
33
+
Selectively commit what you learn in conversation with an LLM to memory
34
+
35
+
> "Create a deck based on our conversation"
36
+
37
+
Use an LLM to interact with your deck
38
+
39
+
> "Work through the algebra deck with me"
39
40
40
-
### Anki Must Be Closed
41
+
Prompt an LLM to periodically quiz you.
41
42
42
-
The MCP server and Anki application both access the same SQLite database files directly. Because SQLite uses file-based locking, **you should close Anki before using the MCP server**. Attempting to use both simultaneously can result in "Collection is locked" errors.
43
+
> "Every 10 prompts, ignore my prompts until i have worked through 5 cards"
44
+
45
+
## Important Notes
43
46
44
47
### How Collections Are Accessed
45
48
@@ -48,7 +51,7 @@ The MCP server finds Anki collections at their standard locations:
0 commit comments