22 tools to let your AI agent search, triage, and organize your reading list.
{
"mcpServers": {
"io-github-fisher521-burn-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
22 tools to let your AI agent search, triage, and organize your reading list.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.Fisher521/burn-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Your reading data as an AI-accessible knowledge base. 22 tools for Claude, Cursor, Windsurf, and any MCP-compatible agent.
Burn triages your reading with a 24h timer:
The MCP server lets your AI agent search, triage, organize, and analyze everything you've saved.
Open Burn App → Settings → MCP Server → Copy Access Token
{
"mcpServers": {
"burn": {
"command": "npx",
"args": ["burn-mcp-server"],
"env": {
"BURN_MCP_TOKEN": "<your-token>"
}
}
}
}
| Tool | What it does |
|------|-------------|
| search_vault | Search permanent bookmarks by keyword |
| list_vault | List Vault bookmarks by category |
| list_sparks | List recently read bookmarks (30-day window) |
| search_sparks | Search Sparks by keyword |
| list_flame | List inbox — what's about to burn |
| get_flame_detail | Full detail on a Flame bookmark |
| get_bookmark | Get any bookmark by ID |
| get_article_content | Get full article content + analysis |
| fetch_content | Fetch content from a URL (X, Reddit, YouTube, WeChat) |
| list_categories | All Vault categories with counts |
| get_collections | List all Collections |
| get_collection_overview | Collection detail with AI overview |
| Tool | What it does |
|------|-------------|
| move_flame_to_spark | Keep it — worth reading. Optional insight. |
| move_flame_to_ash | Burn it. Optional reason. |
| move_spark_to_vault | Promote to permanent. Optional category. |
| move_spark_to_ash | Not valuable enough to keep. |
| batch_triage_flame | Triage up to 20 at once. |
| Tool | What it does |
|------|-------------|
| create_collection | Create a topic bundle with initial bookmarks |
| add_to_collection | Add bookmarks (deduplicates) |
| remove_from_collection | Remove bookmarks |
| update_collection_overview | Write AI overview (theme, synthesis, gaps) |
| Tool | What it does |
|------|-------------|
| write_bookmark_analysis | Write structured analysis back to a bookmark |
| URI | Content |
|-----|---------|
| burn://vault/bookmarks | All Vault bookmarks (JSON) |
| burn://vault/categories | Category list (JSON) |
Personal knowledge management — Your agent searches your reading history to answer questions, find patterns, and surface forgotten gems.
Research workflows — Create collections on topics you're exploring. Agent writes overviews synthesizing your sources.
Reading triage — Agent reviews your Flame inbox, reads the content, decides what's worth keeping based on your interests.
Cross-tool intelligence — Use with Claude Code, Cursor, or Windsurf. Your bookmarks become context for coding, writing, and thinking.
| Variable | Required | Description |
|----------|----------|-------------|
| BURN_MCP_TOKEN | Yes* | Long-lived MCP token (recommended) |
| BURN_SUPABASE_TOKEN | Yes* | Legacy JWT token (still supported) |
| BURN_API_URL | No | Custom API URL (default: production) |
*One of BURN_MCP_TOKEN or BURN_SUPABASE_TOKEN required.