linear-cache-mcp

JSON →
library 0.1.3 ·javascript
verified Jun 7, 2026

Cache-first MCP server for Linear that reduces API usage by serving reads from a local JSON cache while tracking request budgets. Version 0.1.3 supports read/write through the Model Context Protocol, with tools for listing issues, projects, and project updates. It requires Node >=20, uses ESM, and is designed for coding agent workflows (e.g., Pi) where rate limits are a concern. Unlike direct Linear API clients, it avoids exhausting rate limits by caching reads and only calling the Linear API for writes or cache misses.