Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANKI_CONNECT_HOST | No | The host for AnkiConnect | localhost |
| ANKI_CONNECT_PORT | No | The port for AnkiConnect | 8765 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_flashcards | - |
| study_session | - |
| manage_decks | - |
| get_analytics | - |
| manage_models | - |
| anki_operations | - |
| get_media_file | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| deck_names | |
| deck_names_and_ids | |
| note_tags | |
| model_names | |
| model_names_and_ids | |
| cards_reviewed_by_day | |
| cards_reviewed_today |