File size: 1,265 Bytes
857a91b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: MatrixCloud
emoji: 🟒
colorFrom: green
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
short_description: "Self-hostable execution plane for AI: MCP, models, agents."
---

# MatrixCloud

The self-hostable **execution plane** for MatrixCloud: run MCP server sandboxes,
inspect Hugging Face models, use the MatrixShell operator terminal, and bring
your own HF token to run HF LLMs β€” all from one console.

This Space runs the single static `matrix-runtime` binary (API + embedded React
console). The container launcher is `app/main.py`; the binary is built from the
[`agent-matrix/matrix-runtime`](https://github.com/agent-matrix/matrix-runtime)
repository at build time.

## Configure (Space β†’ Settings β†’ Variables and secrets)

**Secrets**
- `MATRIXCLOUD_DATABASE_URL` β€” PostgreSQL/Neon DSN (durable accounts across
  rebuilds). Without it, data lives in ephemeral `/tmp` and resets on restart.
- `MATRIXCLOUD_SECRET_KEY` β€” `openssl rand -hex 32` (stable encryption key).
- `RESEND_API_KEY` β€” optional; enables welcome/password-reset emails.

**Variables**
- `MATRIXCLOUD_DB_SCHEMA=matrixcloud`
- `MATRIXCLOUD_APP_URL=https://<owner>-matrixcloud.hf.space`

Open the Space URL, create an account, and you're in.