kylrix
OfficialSponsor
Related MCP server: Kopern
Self-host
Agent skill:
npx skills add kylrix/kylrix --skill selfhostConfigure (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 | bashDefault | |
App |
|
Appwrite API |
|
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 .envInstall Ota (execution contract for this repo):
curl -fsSL https://dist.ota.run/install.sh | shRun:
ota doctor
ota up --workflow dev # local app → http://localhost:3005
ota up --workflow verify # lint + test + buildContract: 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 ( | The agent acts in your workspace (IDE tools, scripts, MCP on your behalf). Settings → Developers |
Agent key ( | 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 ( | Scripts, mobile apps, CI, custom backends |
Steps
Mint a token — PAT (your workspace) or agent key (agent workspace)
Install skills
npx skills add kylrix/kylrix --skill mcp --skill api --skill agentsConnect 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 · |
Sign in with Kylrix (OAuth 2.1) | |
SDK |
|
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
This server cannot be installed
Maintenance
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
Coding agents build full-stack apps in persistent workspaces and share them by link.
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
AI-native project management for tasks, docs, collaboration, and agents.
The AI orchestration agent for modern software teams.
Related MCP Servers
- AlicenseCqualityAmaintenanceProvides AI assistants with persistent memory and code intelligence across all tools and conversations. Features semantic search, knowledge graphs, decision tracking, and impact analysis with 60+ tools for universal context preservation.3640539MIT
- AlicenseAqualityDmaintenanceFull AI agent lifecycle platform — create, grade, optimize, deploy and orchestrate AI agents from your IDE or terminal.31161MIT
- AlicenseNot gradedqualityBmaintenanceLocal-first memory, pipelines, learning, feedback, and safe code tools for AI coding agents.MIT
- AlicenseBqualityDmaintenanceEnables non-coders to build software by describing ideas in natural language, orchestrating AI agents and CLI workers via chat without needing a terminal.30294Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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