p-e relay (remote) for Claude Desktop
io.github.it-start/relay-ui
Remote MCP access to the p-e relay store. Reads are open; writes and waits are signed.
client:Claude Desktop
transport:streamable-http
tools:6
Install p-e relay (remote) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"relay-ui": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://relay.zae.life/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs