rayrun
v0.13.1
Published
Build and deploy MCP servers, connect clients, execute tools, and manage Rayrun
Readme
Rayrun CLI
Build and deploy complete MCP servers, connect supported MCP clients, execute OAuth-bound tools, or manage workspace services, policy, approvals, and activity through the public API.
npx --yes rayrun@latest init my-mcp
cd my-mcp
npx --yes rayrun@latest deploy --wait
npx rayrun setup https://copy-the-endpoint-from-rayrun.example/mcp
npx rayrun login
npx rayrun auth status
npx rayrun tools describe linear.create_issue
npx rayrun call linear.create_issue '{"title":"Fix the release"}'
npx rayrun connections listThis package is the short command for @rayrun/cli.
Both names run the same version of the same CLI.
Interactive CLI commands use browser OAuth from login, including deployments and management.
RAYRUN_API_KEY remains the CI and unattended-automation credential. MCP clients configured by
setup keep and use their own OAuth credentials. setup --login runs supported client login
commands; it does not authenticate the Rayrun CLI, so run rayrun login separately.
See the CLI documentation for source deployment, build logs, release rollback, setup, OAuth execution and resume, service connections, tool search, policy inspection, approvals, and activity.
