Search DevTools

Jump to any tool or page

Flashcards Open Source App

Unexplored

Read and write open-source flashcards through split read/write MCP tools.

kirill-markin54 stars8 forksDeveloper Tools
View source

Install

mcp_config.json

{
  "mcpServers": {
    "com-flashcards-open-source-app-flashcards": {
      "url": "https://mcp.flashcards-open-source-app.com/mcp",
      "type": "streamable-http"
    }
  }
}

Documentation

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

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Sourced from the repository README.

More in Developer Tools