streamable-httpMITupdated 8d ago
AI-powered open-source flashcards app for iOS, Android, and web.
¿Qué puedes hacer con Flashcards Open Source App?
Flashcards Open Source App
AI-powered open-source flashcards app for iOS, Android, and web.

Flashcards Open Source App is an open-source AI-powered flashcards app built for serious daily study on iOS, Android, and the web. Use it to prepare for exams, learn vocabulary, memorize technical terms and facts, improve your material with AI, and review with spaced repetition. The project also includes an external agent API for terminal and AI-agent workflows.
Available on
- iOS
- Android
- Web
- MCP server: https://mcp.flashcards-open-source-app.com/mcp
- Agent API: https://api.flashcards-open-source-app.com/v1/
Card scheduling
Card scheduling uses FSRS-based spaced repetition. Detailed scheduling rules live in docs/fsrs-scheduling-logic.md.
MCP connector
The hosted MCP server is available at https://mcp.flashcards-open-source-app.com/mcp and is listed in MCP registries as com.flashcards-open-source-app/flashcards. It exposes three workspace-scoped tools: list_workspaces, sql_query, and sql_execute.
Interactive clients authenticate with OAuth 2.1 authorization code + PKCE and Dynamic Client Registration. Headless clients can use an fca_ Bearer token.
Docs
- iOS app
- Android app
- Web app
- Architecture
- Backend and web deployment
- Public site URLs (
PUBLIC_SITE_BASE_URL) - Release gates and monitoring
- Manual production release
- iOS local setup
- iOS CI/CD
- Android CI/CD
- Agent API
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Instalación
Añade Flashcards Open Source App a tu cliente. Elige el que uses.
claude mcp add --transport http flashcards-open-source-app https://mcp.flashcards-open-source-app.com/mcpcodex mcp add flashcards-open-source-app --url https://mcp.flashcards-open-source-app.com/mcp{
"mcpServers": {
"flashcards-open-source-app": {
"url": "https://mcp.flashcards-open-source-app.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"flashcards-open-source-app": {
"type": "http",
"url": "https://mcp.flashcards-open-source-app.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"flashcards-open-source-app": {
"url": "https://mcp.flashcards-open-source-app.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"flashcards-open-source-app": {
"serverUrl": "https://mcp.flashcards-open-source-app.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación11/25
- Mantenimiento25/25
- Confianza13/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.22.0Última | 24 ago 2026 |
| 1.21.0 | 22 ago 2026 |
| 1.20.0 | 10 ago 2026 |
| 1.19.0 | 7 ago 2026 |
| 1.18.0 | 5 ago 2026 |
| 1.15.0 | 5 jul 2026 |
| 1.14.0 | 25 jun 2026 |