Command Palette

Search for a command to run...

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

Linear Cache

БесплатноНе проверен

Cache-first MCP server for Linear that provides tools to search, read, create, update, and comment on issues and projects, caching data locally to reduce API ca

GitHubEmbed

Описание

Cache-first MCP server for Linear that provides tools to search, read, create, update, and comment on issues and projects, caching data locally to reduce API calls and respect rate limits.

README

npm version license: MIT

A cache-first MCP server for Linear that lets coding agents read from a local JSON cache instead of burning through API request budgets on every query.

What it does

  • 13 MCP tools — search, read, create, update, and comment on Linear issues and projects
  • Local JSON cache — fast planning reads with zero API cost
  • Request budget tracking — prevents accidentally blowing through Linear's API rate limits
  • Write-through safety — live-fetches entities before mutating, patches cache after writes
  • Project-first model — issues live inside projects; projects hold durable context

Why cache-first?

Linear's API has rate limits. Coding agents that query Linear directly for every context read can exhaust them quickly. This server maintains a local mirror of your team's issues and projects, serves reads from cache when fresh, and only hits the Linear API for writes or when the cache is stale.

Quick start

npx linear-cache-mcp

Or for development:

cd packages/linear-cache-mcp
npm install
cp .env.example .env  # add your LINEAR_API_KEY
npm test
npm start

Full setup instructions are in the package README, including Pi coding agent integration.

Structure

Path Purpose
packages/linear-cache-mcp/ MCP server
skills/linear-ops/ Agent skill template for Linear workflows
examples/pi-project/ Ready-to-copy configs for Pi projects
examples/generic-project/ Generic MCP client config template

Links

License

MIT

from github.com/ch-raph/linear-cache-mcp

Установка Linear Cache

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ch-raph/linear-cache-mcp

FAQ

Linear Cache MCP бесплатный?

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

Нужен ли API-ключ для Linear Cache?

Нет, Linear Cache работает без API-ключей и переменных окружения.

Linear Cache — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Linear Cache with

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

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

Автор?

Embed-бейдж для README

Похожее

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