MCP.so
ログイン
B

Burn Mcp Server

@Fisher521

Burn Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Fisher521

投稿者

Fisher Shen

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "burn": {
      "command": "npx",
      "args": [
        "burn-mcp-server"
      ],
      "env": {
        "BURN_MCP_TOKEN": "<your-token>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ