Build LumenJS apps, use the Roxyon BaaS, and deploy apps and web projects to Roxyon infrastructure.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Tooling that lets a developer β or an AI assistant acting for one β build with LumenJS, use the Roxyon BaaS, and deploy to Roxyon infrastructure from anywhere.
| Package | What it is | Status |
|---|---|---|
@roxyon/api-client | Typed client for the Roxyon BaaS (RX engine) + the Applications/Sites deploy endpoints | M1 |
@roxyon/deploy-core | Shared deploy pipeline β project detection, archiving, build/upload/poll orchestration | M1 |
@roxyon/cli | roxyon β login, init, deploy, logs, env, restart, open, link | M1 |
@roxyon/mcp | MCP server β stdio (roxyon-mcp) for local clients, remote Streamable HTTP + OAuth (roxyon-mcp-http) for hosted connectors | M2 |
backend/ | The two new console endpoints + node script (/applications/deploy, /sites/deploy, app-source-apply.sh) | written & wired in _configs, not synced |
docs/ | llms.txt, BaaS OpenAPI 3.1, AGENTS.md template, distribution checklist | M3 β drafted |
create-roxyon-app | npm create roxyon-app β LumenJS / Node templates, emits AGENTS.md + roxyon.json + llms.txt + editor rules | M4 |
integrations/ | Per-assistant wrappers β Claude Code plugin, ChatGPT GPT, Cursor/etc. install snippets | M5 |
See docs/roadmap.md for the full plan.
Existing project instead of a new one: roxyon init writes roxyon.json, then
roxyon deploy.
CI (no interactive login) β create a token once, then use it as ROXYON_TOKEN:
Local clients (Claude Code, Cursor, Windsurf, Cline, Gemini CLI) β add the stdio server:
then the assistant calls roxyon_init and roxyon_deploy.
Claude Code plugin β bundles the server + /roxyon-deploy and /roxyon-new
slash commands + a skill:
Remote connectors (claude.ai, ChatGPT, Cursor URL) β connect to
https://mcp.roxyon.com/mcp and sign in with your Roxyon account (OAuth, no
token to paste). roxyon_init / roxyon_deploy are local-only there; use
roxyon_link_github for push-to-deploy.
Add to Cursor:
See packages/mcp-server and
integrations/mcp-clients.md.
Node β₯ 20. The repo is a pnpm workspace; tsup builds each package, vitest
tests, biome lints + formats, changesets versions releases.
runtime: "lumen", kind: "static"): roxyon deploy
runs lm build --serverless, tars dist/, and POSTs it to /sites/deploy,
which extracts it into the host's document root. Served directly by nginx.kind: "app"): the tarball goes to
/applications/deploy, which lands it in the application's SourcePath and
bumps ConfigRevision. The existing reconciler builds it in an isolated
release dir and runs it under a systemd unit. Git remotes connected with
roxyon link auto-deploy on push via the existing webhook.Authentication is a Roxyon session token today (stored 0600 in
~/.roxyon/config.json); scoped Personal Access Tokens land in M1.5.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/roxyon)<a href="https://allmcps.com/mcp/roxyon"><img src="https://allmcps.com/api/badge/roxyon?style=directory" alt="Roxyon on AllMCPs" /></a>