This is an MCP server that can integrate with the services provided at
https://ai-flashmob.com
That allows you to:
- generate flash cards with ease using mcp integrate during your session of reasearching, studying or even debugging
- load flash cards of your own to integrate into LLM session for boosting studying, analysis with ease
Server Config
{
"mcpServers": {
"ai-flashmob": {
"command": "npx ai-flashmob-mcp",
"env": {
"PUBLIC_USER_ID": "your-public-user-id",
"SECRET_KEY": "your-secret-key"
}
}
}
}