Burn Mcp Server
@Fisher521
About Burn Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"burn": {
"command": "npx",
"args": [
"burn-mcp-server"
],
"env": {
"BURN_MCP_TOKEN": "<your-token>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Burn Mcp Server?
Burn Mcp Server transforms your reading data into an AI-accessible knowledge base. It integrates a 24‑hour triage system (Flame → Spark → Vault → Ash) and offers 26 tools for use with Claude, Cursor, Windsurf, and any MCP‑compatible agent.
How to use Burn Mcp Server?
Obtain a token from the Burn iOS app or web settings, then configure your MCP client either via stdio (npx burn-mcp-server with BURN_MCP_TOKEN) or via the remote HTTPS endpoint https://burn-mcp-server.vercel.app/api/mcp using a Bearer token header. No installation is required for the remote mode.
Key features of Burn Mcp Server
- 26 tools for search, triage, collections, analysis, and auto‑feed
- 24‑hour reading inbox (Flame) that expires
- Spark (30‑day) and Vault (permanent) bookmark tiers
- Batch triage: move up to 20 bookmarks at once
- Auto‑feed: watch X users, RSS feeds, or YouTube channels
- Collection management with AI overview support
Use cases of Burn Mcp Server
- Personal knowledge management – AI searches your reading history for patterns and forgotten gems
- Research workflows – create topic collections and let the agent write synthesis overviews
- Reading triage – agent reviews your inbox, reads content, and decides what to keep
- Cross‑tool intelligence – bookmarks become context in Claude Code, Cursor, or Windsurf
FAQ from Burn Mcp Server
What is the triage system?
Links start as Flame (24h to read), become Spark after reading (30‑day window), and can be promoted to permanent Vault or moved to Ash (expired). The MCP server enforces this flow.
How do I get an access token?
Download the Burn iOS app or go to burn451.cloud, open Settings → MCP Server, and copy your long‑lived MCP token.
What transports are supported?
Two modes: local stdio (using npx burn-mcp-server with environment tokens) and remote HTTPS (stateless StreamableHTTP at https://burn-mcp-server.vercel.app/api/mcp).
What are the rate limits and token expiration?
Rate limit is 30 calls per minute per session. MCP tokens expire after 30 days.
What authentication is required?
Either BURN_MCP_TOKEN (recommended) or legacy BURN_SUPABASE_TOKEN must be set. The token is scoped to your data via Row Level Security.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments