MCP Server
MCP
brawsr
Browser sessions, checkpoints, rewind, fork, lineage, and lifecycle tools for brawsr.
Install
npx -y @brawsr/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@brawsr/mcp-server",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the brawsr project used by this MCP server.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BRAWSR_API_KEY"
},
{
"description": "Optional explicit API endpoint override for local development or another deployment.",
"format": "string",
"placeholder": "https://api.brawsr.io",
"name": "BRAWSR_BASE_URL"
},
{
"description": "Optional default lifecycle wait in milliseconds, from 1 through 300000.",
"format": "number",
"placeholder": "30000",
"name": "BRAWSR_MCP_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment