Coming soon
Linear MCP server with OAuth
Issues, projects and cycles as agent tools, so a planning agent can read the board and file work back onto it.
This upstream is in the catalog and is not connectable yet. The snippet below is the shape it will have. GitHub is connectable today, and the credential you mint now is the same one this upstream will answer to.
What agents do with it
- Create an issue from a failing test run with the stack trace attached
- Answer "what is in this cycle" without a human opening the board
- Move an issue when the pull request that closes it merges
The call it will answer
curl -s -X POST https://api.selat.weekndlabs.com/v1/tools/linear__list_issues/call \
-H "Authorization: Bearer slt_live_..." \
-H 'content-type: application/json' \
-d '{"team":"ENG","state":"started"}'The same tool is on POST /mcp under the name linear__list_issues. One credential serves both surfaces.