Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gezel Mcp

БесплатноПоддерживается

Gezel MCP server — gives agents access to memory, workspace, artifacts, and tools.

GitHubEmbed

Описание

Gezel MCP server — gives agents access to memory, workspace, artifacts, and tools.

README

Gezel helps you build a crew of named AI companions with distinct roles and tools, then put them to work on your projects. Their conversations, memory, and work are stored on your computer as ordinary files.

Gezel first-run experience

Instead of starting with an anonymous chat, you meet the Meester: a guildmaster who helps you decide which specialists you need and puts a crew together. Each gezel has a name, role, working style, tools, sessions, and durable project context. You can use local models or connect a supported cloud provider.

Project status: early preview. Gezel is usable, but installers, data formats, extension APIs, and model support may still change. Keep backups of important work and expect rough edges. Please report issues.

What “local-first” means

Gezel does not put a Bendyline cloud service between you and your models. The daemon, application state, projects, sessions, documents, memories, and rebuildable indexes live on the machine running Gezel. Primary state is stored in inspectable files where practical.

The default data location depends on how the daemon is hosted:

Hosting mode Default data location
Development or per-user daemon ~/.gezel/ (or $GEZEL_HOME)
Windows system service C:\ProgramData\Gezel\
macOS system service /Library/Application Support/Gezel/
Linux system service /var/lib/gezel/

Local-first does not mean that every configuration is offline. Gezel uses the network when you choose a cloud model provider, install or invoke a networked toolset, search the web, download models or native engines, pair a remote inference device, or check for updates. Content sent to those services is governed by their policies. A local-model-only setup can keep inference local, but downloads and update checks can still use the network.

Packaged installs communicate with gezeld over loopback TLS using scoped bearer credentials. Gezel also runs model-authored tools and scripts, so treat untrusted content as potentially hostile and choose the security level appropriate for the project. Shared-machine deployments have an additional caveat: every account allowed to read the machine service's runtime credential is trusted as a first-party client.

Read Security Architecture for the threat model, enforced controls, and known limitations. Report vulnerabilities privately through Security Policy. Third-party components and their licenses are recorded in NOTICE.

Every release publishes a SHA256SUMS manifest and SLSA build provenance for each installer, so a download can be checked against what the pipeline actually produced. macOS and Windows installers are additionally signed and, on macOS, notarized; Linux packages are not GPG-signed, which makes these checks the verification path there. Verifying your download has the per-platform commands.

Architecture

Electron desktop app ─┐
CLI / other clients ──┼── loopback HTTPS + bearer token ──► gezeld
                      │                                     ├─ file-backed Store
                      │                                     ├─ sessions, tasks, memory
                      │                                     ├─ local/cloud model providers
                      │                                     └─ per-session MCP tool bridge
React UI ◄────────────┘

The Electron app is an OS integration shell and supervisor. The gezeld service owns state, provider routing, tools, background work, and the HTTP API. Clients use @bendyline/gezel-client instead of assuming the service runs in-process, so the same protocol works with embedded, per-user, system-service, and configured remote hosting modes.

The main workspace packages are:

Package Purpose
@bendyline/gezel Shared schemas, path helpers, and core types
@bendyline/gezel-client Typed HTTP and event-stream client
@bendyline/gezel-service gezeld: API, state, providers, memory, and task execution
@bendyline/gezel-mcp MCP server that gives gezellen their tools
@bendyline/gezel-ui React application served by the daemon
@bendyline/gezel-app Electron shell, supervisor, and installers
@bendyline/gezel-cli Headless gezel command-line client
@bendyline/gezel-catalog Bundled gezel, model, toolset, and craftbook catalogs
@bendyline/gezel-sdk Preferred extension and embedding surface

See AGENTS.md for the full runtime model, disk layout, package map, and engineering conventions.

Develop locally

Source builds require Node.js 24 or newer and the pnpm version pinned by the repository (11.15.1). CI uses Node 24, whose bundled Corepack can provision that pnpm version:

corepack enable
corepack prepare [email protected] --activate
pnpm deps:install
pnpm build
pnpm dev

Useful checks before proposing a change:

pnpm typecheck
pnpm lint
pnpm test
pnpm test:e2e:web:run

The optional visual regression suite compares reviewed desktop, tablet, and phone baselines with pnpm test:e2e:visual on macOS 26 ARM64; it is available locally or by manual workflow and does not block CI.

Implementation contributions are not currently accepted. We do welcome issue reports and proposal-only pull requests; read Contributing and the specs/ guide before opening one. Contributors should also read the engineering guide, UX direction, and Code of Conduct.

License

Gezel is licensed under the MIT License. Distributed builds also contain third-party software under additional terms; see NOTICE.md.

from github.com/bendyline/gezel

Установить Gezel Mcp в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install gezel-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add gezel-mcp --env GEZEL_AGENT_ID="" --env GEZEL_BASE_URL="" --env GEZEL_PROJECT_ID="" --env GEZEL_TOKEN="" -- npx -y @bendyline/gezel-mcp

Пошаговые гайды: как установить Gezel Mcp

FAQ

Gezel Mcp MCP бесплатный?

Да, Gezel Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gezel Mcp?

Да, требуются переменные окружения: GEZEL_AGENT_ID, GEZEL_BASE_URL, GEZEL_PROJECT_ID, GEZEL_TOKEN. Unyly подставит их в конфиг при установке.

Gezel Mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Gezel Mcp в Claude Desktop, Claude Code или Cursor?

Открой Gezel Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

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-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare Gezel Mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai