← All servers

Project Sairen - Agentic Execution Node

ca.omniapps/sairen v1.3.0
Official Registry other

Zero-UI machine execution node & microservices for AI agents.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over sse

Run in your terminal
claude mcp add sairen --transport sse https://sairen.omniapps.ca/sse
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "sairen": {
      "url": "https://sairen.omniapps.ca/sse"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sairen": {
      "serverUrl": "https://sairen.omniapps.ca/sse"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "sairen": {
      "type": "sse",
      "url": "https://sairen.omniapps.ca/sse"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "sairen": {
      "url": "https://sairen.omniapps.ca/sse"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sairen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sairen.omniapps.ca/sse"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
sse https://sairen.omniapps.ca/sse none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ca.omniapps--sairen/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent