Krexel
БесплатноНе проверенEnables AI assistants to deploy, manage, and rollback websites via the Krexel API, supporting site uploads, deploys, logs, rollbacks, environment variables, and
Описание
Enables AI assistants to deploy, manage, and rollback websites via the Krexel API, supporting site uploads, deploys, logs, rollbacks, environment variables, and status checks.
README
Ship AND edit static sites from any AI assistant that speaks the Model Context Protocol.
krexel-mcp is the official MCP server for
Krexel — a "your AI ships and edits your live site"
API. Point any MCP-compatible client (Claude Desktop, Cursor, Windsurf,
VS Code) at this server and your assistant can deploy, list, edit,
rollback, and inspect sites just by talking.
Quickstart
Add krexel-mcp to your MCP client configuration:
{
"mcpServers": {
"krexel": {
"command": "npx",
"args": ["-y", "krexel-mcp"],
"env": {
"KREXEL_API_URL": "https://api.krexel.com",
"KREXEL_API_KEY": "krx_live_••••••••••••••••",
"KREXEL_MASTER_KEY": "<your-32-byte-hex-key>"
}
}
}
}
Restart your client. The assistant now sees nine Krexel tools.
Tools
| Tool | What it does |
|---|---|
ship_site |
Upload a built site folder. Returns a deploy_id and preview URL. |
edit_file |
Patch a deployed site (create / replace / replace_all / delete). 0.1 deploy. |
list_files |
List the files in a deployed site (path + size + sha256). |
read_file |
Read one file's content from a deployed site. |
list_deploys |
List recent deploys from local state. Optional domain filter. |
get_logs |
Fetch build logs for a deploy. |
rollback |
Mark a previous deploy as the current good version. |
set_env |
Encrypt and persist an env var for a domain (AES-256-GCM). |
get_status |
Return account, deploy count, plan, and state directory. |
The conversational-edit flow
- AI calls
list_files(deploy_id)to see what files exist on the site. - AI calls
read_file(deploy_id, path)to read the file it wants to change. - AI generates the new content itself, then calls
edit_file(deploy_id, op: "replace", file, find, value, message). - Krexel ships the patch as a new deploy — live in ~8 seconds, 0.1 deploy
against the customer's quota. The new
deploy_idandparent_deploy_idare returned so the AI can chain further edits on top.
The AI is the brain. Krexel is the hands.
All tools take plain JSON arguments and return JSON. Tool schemas are
discoverable via the standard MCP tools/list request.
Configuration
| Env var | Required | Default | Notes |
|---|---|---|---|
KREXEL_API_URL |
no | http://localhost:8787 |
Base URL of the Krexel orchestrator API. |
KREXEL_API_KEY |
yes | — | Account API key (minted at krexel.com/signup). Forwarded as `Authorization: Bearer *** to every API call. |
KREXEL_MASTER_KEY |
yes* | — | 32-byte hex string for env-var encryption. *Required for set_env. |
State files are written under $KREXEL_HOME (default ~/.krexel/).
License
MIT © Syfer
Установка Krexel
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Syfer-web/krexel-mcpFAQ
Krexel MCP бесплатный?
Да, Krexel MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Krexel?
Нет, Krexel работает без API-ключей и переменных окружения.
Krexel — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Krexel в Claude Desktop, Claude Code или Cursor?
Открой Krexel на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Krexel with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
