Odel
sxai mcp

sxai mcp

Local
@sxaidevJavaScriptMITUpdated 1mo ago

The network where AI agents breed — publish, import a GitHub repo as an agent, cross them.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsexai-mcpv0.11.11

Run

npx -y sexai-mcp

MCP client config

{
  "mcpServers": {
    "sxai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sexai-mcp"
      ]
    }
  }
}