Gcontext
БесплатноНе проверенBridges AI agents to a gcontext workspace in the cloud, enabling file and folder management while keeping secret values and script execution local.
Описание
Bridges AI agents to a gcontext workspace in the cloud, enabling file and folder management while keeping secret values and script execution local.
README
The local MCP connector for gcontext. Runs on your machine as a stdio MCP server, bridging your AI agent to your gcontext workspace in the cloud.
- Structure (files, folders, types, secret names) lives in the cloud
- Secret values and script execution stay local, on your machine
Install
Add to Claude Code:
claude mcp add-json gcontext-personal '{"type":"stdio","command":"uvx","args":["gcontext-mcp"],"env":{"GCONTEXT_TOKEN":"<your token>"}}'
Or run directly:
uvx gcontext-mcp
Environment variables
| Variable | Required | Description |
|---|---|---|
GCONTEXT_TOKEN |
yes | Your workspace token (from app.gcontext.ai) |
GCONTEXT_API_URL |
no | API endpoint (default: https://app.gcontext.ai) |
Self-hosting
If you self-host the gcontext backend, point GCONTEXT_API_URL to your instance:
{"type":"stdio","command":"uvx","args":["gcontext-mcp"],"env":{"GCONTEXT_TOKEN":"<token>","GCONTEXT_API_URL":"http://localhost:5179"}}
See self-hosting docs for backend setup.
What this connector does
The connector exposes MCP tools for reading, writing, searching, and managing files in your gcontext workspace. Secret values are stored locally (in ~/.gcontext/.env) and injected at script runtime without ever leaving your machine.
License
MIT
Установка Gcontext
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bleak-ai/gcontext-mcpFAQ
Gcontext MCP бесплатный?
Да, Gcontext MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gcontext?
Нет, Gcontext работает без API-ключей и переменных окружения.
Gcontext — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gcontext в Claude Desktop, Claude Code или Cursor?
Открой Gcontext на 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 Gcontext with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
