Server data from the Official MCP Registry
AI-powered flashcard ai MCP server for agents. Supports generate flashcards, quiz me, spaced...
AI-powered flashcard ai MCP server for agents. Supports generate flashcards, quiz me, spaced...
This MCP server has critical security vulnerabilities that make it unsuitable for production use. The code imports an external authentication middleware from a hardcoded path (`~/clawd/meok-labs-engine/shared/auth_middleware.py`) that is not provided, making authentication unverifiable and potentially bypassable. Additionally, all tools accept an optional `api_key` parameter but the authentication mechanism is opaque and untested. In-memory data storage with no persistence means all flashcard data is lost on restart. The server also has a rate-limiting implementation with a hardcoded `FREE_DAILY_LIMIT` that can be trivially bypassed by using different client identifiers. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 16 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-flashcard-ai-mcp": {
"args": [
"-y",
"flashcard-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Create study flashcards, run quiz sessions, and track learning with spaced repetition. — MEOK AI Labs.
Installation · Docs · Report Bug
pip install flashcard-ai-mcp
# or
npm install -g @meok-ai/flashcard-ai-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.