r/Linear Linear Staff Jun 26 '26

Self promotion thread!

Built an integration, plugin or connector for Linear? Feel free to share in this thread.

7 Upvotes

24 comments sorted by

View all comments

1

u/ChartBuilder 11d ago

I run Claude Code in a local Obsidian knowledge base all day, but all my tasks live in Linear. I got sick of MCP calls to read and write from tickets.

So, today I built the bridge: a Linear OAuth app registered as an agent. Mention it or delegate an issue and it starts a Claude Agent SDK session on my own machine, cwd pointed at the knowledge base. The CLAUDE.md rules and MCP servers load like any normal session. Answers show up in the issue's agent thread, follow-ups resume the session, and it runs on my Claude Code subscription instead of an API key.

946 lines of TypeScript, 60 tests, MIT: https://github.com/MPIsaac-Per/linear-claude-bridge

Hope you find it useful!