Burn
Personal Knowledge Base MCP — 26 tools that let AI agents search and read a user's curated reading, triage reading stages, organize collections, and write…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Search Vault: Search your Burn Vault for bookmarks by keyword (searches title, tags, AI takeaway)
- List Vault: List bookmarks in your Vault, optionally filtered by category
- List Sparks: List your Sparks (bookmarks you have read, with 30-day lifespan). Includes spark insight and expiry date.
What data it sees
Do you need an account
No: the server works without sign-in
Personal Knowledge Base MCP — 26 tools that let AI agents search and read a user's curated reading, triage reading stages, organize collections, and write analysis back. Hosted Streamable HTTP and local npx install.
Server tool list (26)
Raw names from tools/list. Only developers need these.
| search_vault | Search your Burn Vault for bookmarks by keyword (searches title, tags, AI takeaway) |
| list_vault | List bookmarks in your Vault, optionally filtered by category |
| list_sparks | List your Sparks (bookmarks you have read, with 30-day lifespan). Includes spark insight and expiry date. |
| search_sparks | Search your Sparks by keyword (searches title, tags, AI takeaway, spark insight) |
| get_bookmark | Get full details of a single bookmark including AI analysis and extracted content |
| get_article_content | Get full article content and AI analysis for a bookmark by ID (same as get_bookmark) |
| fetch_content | Fetch article/tweet content from a URL. Works with X.com (bypasses GFW via proxy), Reddit, YouTube, Bilibili, WeChat, and any web page. First checks Supabase cache, then fetches live. |
| list_categories | List all Vault categories with article counts |
| list_flame | List bookmarks in your Flame inbox (24h countdown). Shows AI triage info (strategy, relevance, novelty, hook) and time remaining. Use this to see what needs attention before it burns to Ash. |
| get_flame_detail | Get full details of a Flame bookmark including extracted article content, AI analysis, and reading guidance. Use this to deep-read a bookmark before deciding its fate. |
| get_collections | List all your Collections with article counts and AI overview themes |
| get_collection_overview | Get a Collection by name with its AI overview and linked bookmarks metadata |
| move_flame_to_spark | Move a Flame bookmark to Spark (mark as worth reading). Sets 30-day Spark lifespan. |
| move_flame_to_ash | Burn a Flame bookmark to Ash (not worth keeping). |
| move_spark_to_vault | Promote a Spark bookmark to permanent Vault storage. |
| move_spark_to_ash | Burn a Spark bookmark to Ash (not valuable enough to vault). |
| batch_triage_flame | Triage multiple Flame bookmarks at once. Each decision moves a bookmark to Spark or Ash. |
| write_bookmark_analysis | Write AI analysis results into a bookmark. Agent analyzes content with its own LLM, then writes structured results back to Burn. Only provided fields are merged — existing data is preserved. |
| create_collection | Create a new Collection to group related bookmarks together. |
| add_to_collection | Add bookmarks to an existing Collection. Duplicates are silently ignored. |
| remove_from_collection | Remove bookmarks from a Collection. |
| update_collection_overview | Write an AI-generated overview for a Collection (theme, synthesis, patterns, gaps). |
| add_watched_source | Watch an X user, RSS feed, or YouTube channel — new posts auto-appear in Burn Flame on each scrape. |
| list_watched_sources | List all active watched sources (X users, RSS feeds, YouTube channels). |
| remove_watched_source | Stop watching a source. Use list_watched_sources to find the source ID. |
| scrape_watched_sources | Fetch new content from all watched sources (or one specific source) and add new items to Burn Flame. Call this on a schedule or on demand. |