burn-mcp-server
Allows fetching content from Reddit URLs and automatically ingesting new posts from watched sources into the reading workflow.
Enables automatic ingestion of new content from watched RSS feeds into the reading workflow and triage system.
Provides backend data storage and authentication infrastructure for the Burn knowledge base system.
Hosts the remote HTTPS endpoint for the MCP server, enabling cloud-based access without local installation.
Allows fetching content from WeChat URLs and automatically ingesting new content from watched sources into the reading workflow.
Allows fetching content from X (formerly Twitter) URLs and automatically ingesting new posts from watched X users into the reading workflow.
Allows fetching content from YouTube URLs and automatically ingesting new videos from watched YouTube channels into the reading workflow.
Burn — Personal Knowledge Base MCP Server
Your reading data as an AI-accessible knowledge base. 26 tools for Claude, Cursor, Windsurf, and any MCP-compatible agent.
How it works
Burn triages your reading with a 24h timer:
Flame → New links. 24h to read or they burn.
Spark → You read it. Stays 30 days.
Vault → Permanent. Your curated knowledge.
Ash → Expired. They had their chance.
The MCP server lets your AI agent search, triage, organize, and analyze everything you've saved.
Quick Start
1. Get your token
Download Burn on iOS or use Burn on the web → Settings → MCP Server → Copy Access Token
2. Pick a connection mode
2a. Local — stdio (Claude Desktop / Claude Code CLI / Cursor / Windsurf)
{
"mcpServers": {
"burn": {
"command": "npx",
"args": ["burn-mcp-server"],
"env": {
"BURN_MCP_TOKEN": "<your-token>"
}
}
}
}2b. Remote — HTTPS (claude.ai Connectors / Claude Code Routines / any cloud MCP client)
Endpoint:
https://burn-mcp-server.vercel.app/api/mcpAuth: Authorization: Bearer <BURN_MCP_TOKEN> header.
For claude.ai Connectors (Settings → Connectors → Add custom MCP):
URL:
https://burn-mcp-server.vercel.app/api/mcpHeader:
Authorization: Bearer <your BURN_MCP_TOKEN>
For Claude Code Routines: link globally in Settings → Connectors; Routines will auto-include it.
Direct curl test:
curl -X POST https://burn-mcp-server.vercel.app/api/mcp \
-H "Authorization: Bearer $BURN_MCP_TOKEN" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'Transport: stateless StreamableHTTP, JSON-response mode. Same 26 tools, same token, no install.
3. Start asking
"What did I save about system design?"
"Triage my Flame — what should I keep?"
"Create a collection from my AI bookmarks"
Tools (26)
Search & Read
Tool | What it does |
| Search permanent bookmarks by keyword |
| List Vault bookmarks by category |
| List recently read bookmarks (30-day window) |
| Search Sparks by keyword |
| List inbox — what's about to burn |
| Full detail on a Flame bookmark |
| Get any bookmark by ID |
| Get full article content + analysis |
| Fetch content from a URL (X, Reddit, YouTube, WeChat) |
| All Vault categories with counts |
| List all Collections |
| Collection detail with AI overview |
Triage (Agent as your filter)
Tool | What it does |
| Keep it — worth reading. Optional insight. |
| Burn it. Optional reason. |
| Promote to permanent. Optional category. |
| Not valuable enough to keep. |
| Triage up to 20 at once. |
Collections (Agent as your curator)
Tool | What it does |
| Create a topic bundle with initial bookmarks |
| Add bookmarks (deduplicates) |
| Remove bookmarks |
| Write AI overview (theme, synthesis, gaps) |
Analysis (Agent as your analyst)
Tool | What it does |
| Write structured analysis back to a bookmark |
Auto-Feed (Agent as your scout)
Tool | What it does |
| Watch an X user, RSS feed, or YouTube channel. New posts flow into Flame automatically. |
| List all active watched sources |
| Stop watching a source |
| Fetch new content from watched sources on demand |
Resources
URI | Content |
| All Vault bookmarks (JSON) |
| Category list (JSON) |
Use Cases
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.
Environment Variables
Variable | Required | Description |
| Yes* | Long-lived MCP token (recommended) |
| Yes* | Legacy JWT token (still supported) |
| No | Custom API URL (default: production) |
*One of BURN_MCP_TOKEN or BURN_SUPABASE_TOKEN required.
Security
Token scoped to your data only (Row Level Security)
Status flow enforced: Flame → Spark → Vault, or → Ash
Rate limit: 30 calls/min per session
Tokens expire after 30 days
Links
App: burn451.cloud
iOS App: App Store
npm: burn-mcp-server
Chrome Extension: Search "Bookmark Autopsy" on Chrome Web Store
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fisher521/burn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server