Install
Select a method below to install the server.
https://mcp.bereach.dev/mcp
If you have a client that's not listed above, access the raw MCP configuration below.
{
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.25",
"https://mcp.bereach.dev/sse",
"--header",
"api-token:${API_TOKEN}"
],
"env": {
"API_TOKEN": "YOUR_VALUE_HERE"
}
}