Skip to main content
Glama

WaniKani MCP Server

by jackedney
.env.example507 B
# Database Configuration DATABASE_URL=postgresql://username:password@localhost:5432/wanikani_mcp # WaniKani API Configuration WANIKANI_API_BASE_URL=https://api.wanikani.com/v2 # Application Configuration DEBUG=false LOG_LEVEL=INFO # Server Configuration HOST=0.0.0.0 PORT=8000 # Background Sync Configuration SYNC_INTERVAL_MINUTES=30 MAX_CONCURRENT_SYNCS=3 # Rate Limiting (requests per minute) WANIKANI_RATE_LIMIT=60 # Optional: Sentry for error monitoring # SENTRY_DSN=https://your-sentry-dsn-here

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/jackedney/wanikani-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server