p-e relay (remote) for Cursor
io.github.it-start/relay-ui
Remote MCP access to the p-e relay store. Reads are open; writes and waits are signed.
client:Cursor
transport:streamable-http
tools:6
Install p-e relay (remote) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"relay-ui": {
"url": "https://relay.zae.life/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs