Linear Cache
FreeNot checkedCache-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
About
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
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
- npm: linear-cache-mcp
- Linear: linear.app
- Pi: pi-coding-agent
License
MIT
Installing Linear Cache
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ch-raph/linear-cache-mcpFAQ
Is Linear Cache MCP free?
Yes, Linear Cache MCP is free — one-click install via Unyly at no cost.
Does Linear Cache need an API key?
No, Linear Cache runs without API keys or environment variables.
Is Linear Cache hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Linear Cache in Claude Desktop, Claude Code or Cursor?
Open Linear Cache on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
by fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
by aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
by rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
by WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
by Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
by madbonezCompare Linear Cache with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
