Skip to main content
Glama

Sponsor


Related MCP server: Kopern

Self-host

Agent skill:

npx skills add kylrix/kylrix --skill selfhost

Configure (optional — omit to auto-mint admin credentials into .env):

export SELFHOST_ADMIN_EMAIL=you@example.com
export SELFHOST_ADMIN_PASSWORD='your-secure-password'

Install (bundled Appwrite + Kylrix, no cloud backend):

curl -fsSL https://raw.githubusercontent.com/Kylrix/kylrix/master/selfhost.sh | bash

Default

App

http://localhost:5003

Appwrite API

http://localhost:8080/v1

More: SELFHOST.md · re-run ./selfhost.sh anytime (detects drift, skips healthy steps).


Develop

git clone https://github.com/Kylrix/kylrix.git
cd kylrix
cp env.sample .env

Install Ota (execution contract for this repo):

curl -fsSL https://dist.ota.run/install.sh | sh

Run:

ota doctor
ota up --workflow dev          # local app → http://localhost:3005
ota up --workflow verify       # lint + test + build

Contract: ota.yaml · schema: appwrite.config.json


Humans & agents

Humans and agents share the same workspace. MCP for IDE tool loops; REST for scripts, mobile, and CI.

Choose auth

Token

Use when

PAT (kyl_pat_…)

The agent acts in your workspace (IDE tools, scripts, MCP on your behalf). Settings → Developers

Agent key (kyl_apk_…)

The agent gets its own workspace — it provisions itself and mints its own PAT. Settings → Smart Agents

Surface

Use when

MCP

IDE agents (Cursor, Claude, Windsurf, Codex, …)

REST API (/api/v1)

Scripts, mobile apps, CI, custom backends

Steps

  1. Mint a tokenPAT (your workspace) or agent key (agent workspace)

  2. Install skills

    npx skills add kylrix/kylrix --skill mcp --skill api --skill agents
  3. Connect MCP (IDE only — uses your PAT; Smithery wires the official endpoint)

    npx -y @smithery/cli install kylrix/kylrix --client cursor

Wiring reference: docs/integrations.md


Integrations

Link

MCP

Humans & agents above

REST API

docs/api.md · https://www.kylrix.space/api/v1

Sign in with Kylrix (OAuth 2.1)

docs/oauth2.md

SDK

sdk/ in this repo

Flows

Extensible layers inside Kylrix — kylrix.space/flows


What ships in the box

Area

What

Notes & ideas

Linked notes, tags, sharing

Flow

Goals, tasks, events, forms

Workspaces

Projects, collaborators, permissions

Connect

DMs, threads, calls

Vault

Client-encrypted credentials (optional)

Agents

In-workspace sessions with tool parity to users

Local copy is the default source of truth; sync confirms in the background.


Feedback & security

Unified feedback & security portal · architecture: ARCHITECTURE.md

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kylrix/kylrix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server