anki-mcp
by zylomeara
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | Yes | Host for the MCP server | |
| SYNC_USER1 | Yes | Password for the first Anki sync slot (SYNC_USER1) | |
| SYNC_USER2 | Yes | Password for the second Anki sync slot (SYNC_USER2) | |
| SYNC_USER3 | Yes | Password for the third Anki sync slot (SYNC_USER3) | |
| SYNC_USER4 | Yes | Password for the fourth Anki sync slot (SYNC_USER4) | |
| KEYCLOAK_URL | Yes | URL of the Keycloak authentication server | |
| ENCRYPTION_KEY | Yes | AES-256 encryption key, 32 bytes (64 hex characters). Generate with: openssl rand -hex 32 | |
| KEYCLOAK_REALM | Yes | Keycloak realm name (default: mcp) | |
| NEXTAUTH_SECRET | Yes | Portal session signing secret. Generate with: openssl rand -base64 32 | |
| POSTGRES_PASSWORD | Yes | Password for the PostgreSQL database |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zylomeara/anki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server