MCP server for AI agents
File ops, image processing, PDF, web, data transforms, workflow orchestration. Everything your agent needs ships in a single zero-config binary.
One server, every capability
Scroll through real tool executions. Each card is one agent call to Relay.
No plugins. No config files. No Docker. Every tool compiles into the binary.
Works with
claude_desktop_config.json
{
"mcpServers": {
"relay": {
"command": "npx",
"args": ["-y", "userelay"]
}
}
}.cursor/mcp.json
{
"mcpServers": {
"relay": {
"command": "npx",
"args": ["-y", "userelay"]
}
}
}any MCP client
$ npx userelay --http :8080 # connect your client to http://localhost:8080/mcp