← Back to Plugins
MCP Server MCP

io.github.Fisher521/burn-mcp-server

github By github 👁 1 views ▲ 0 votes

AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://burn-mcp-server.vercel.app/api/mcp",
      "headers": [
        {
          "description": "Bearer <BURN_MCP_TOKEN> — generate at https://burn451.cloud → Settings → MCP Server",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "burn-mcp-server",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Long-lived MCP token from Burn App → Settings → MCP Server",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BURN_MCP_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...