nyxory
Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.
Open source Repository Open in the app JSON README (API)
About
Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.
Details
- Kind
- MCP servers
- Topic
- AI, RAG & memory
- Publisher
- com.nyxory
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.12.4
- Repository state
- sumiu
- Added
- 2026-08-29 03:01:17
- Updated
- 2026-09-13 03:10:10
- Origin id
com.nyxory/nyxory
README
# @nyxory/mcp
Connect your AI agent to [nyxory](https://nyxory.com) — deploy and
operate apps straight from the agent: projects, builds, logs, domains,
the full `nyx_*` tool surface.
## Remote endpoint (nothing to install)
MCP clients that support remote servers connect directly — sign-in
happens in the browser on first use (OAuth):
```bash
claude mcp add --transport http nyxory https://api.nyxory.com/mcp
```
## This package: stdio bridge
Clients that launch local stdio servers run this package instead — it
bridges stdio to the same remote endpoint via the pinned `mcp-remote`:
```json
{ "mcpServers": { "nyxory": { "command": "npx", "args": ["-y", "@nyxory/mcp"] } } }
```
First use opens the browser to sign in; tokens are cached under
`~/.mcp-auth`.
## Configuration
| Env var | Default | Purpose |
|---|---|---|
| `NYXORY_API_URL` | `https://api.nyxory.com` | API endpoint; `/mcp` is appended unless already present. |
| `NYXORY_API_TOKEN` | _(empty)_ | API token (`nyx token create <name>`) sent as a bearer header — for headless boxes; skips the browser sign-in. |
## More
- Claude Desktop: install the one-click extension —
[`nyxory.mcpb`](https://github.com/nyxory/homebrew-tap/releases/latest/download/nyxory.mcpb)
- CLI: `brew install nyxory/tap/nyx` or `curl -fsSL https://nyxory.com/install.sh | bash`
- Docs: <https://nyxory.com>