MCP Server
MCP
io.github.Fisher521/burn-mcp-server
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
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
By
Comments
Sign in to leave a comment