linear
v5.0.1Search, create and update Linear issues, projects, and initiatives. Draft PRDs, write updates, analyze customer requests, and keep plans up to date — all from within ChatGPT
By Linear Orbit, IncLicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install linear for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add linear@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “linear-2” remain stable.
- Codex:
linear-2@agent-plugin-marketplace→linear@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/linear/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://mcp.linear.app/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"name": "Linear Orbit, Inc",
"url": "https://linear.app/"
},
"description": "Search, create and update Linear issues, projects, and initiatives. Draft PRDs, write updates, analyze customer requests, and keep plans up to date — all from within ChatGPT",
"homepage": "https://linear.app/",
"interface": {
"brandColor": "#5E6AD2",
"brandColorDark": "#5E6AD2",
"capabilities": [],
"category": "Productivity",
"composerIcon": "./assets/composer-icon.svg",
"defaultPrompt": [
"Triage or update relevant issues for this task with clear next actions"
],
"developerName": "Linear Orbit, Inc",
"displayName": "Linear",
"logo": "./assets/logo.png",
"longDescription": "Manage issues, projects, and team workflows in Linear from Codex.",
"privacyPolicyURL": "https://linear.app/privacy",
"screenshots": [],
"shortDescription": "Plan and build products",
"supportURL": "https://linear.app/contact",
"termsOfServiceURL": "https://linear.app/terms",
"websiteURL": "https://linear.app/"
},
"keywords": [],
"license": "MIT",
"mcpServers": "./.mcp.json",
"name": "linear",
"repository": "https://github.com/openai/openai/tree/master/chatgpt/oai-maintained-plugins/plugins/linear",
"version": "5.0.1"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[linear on Agent Plugins Marketplace](https://pluginsmp.com/plugins/linear-2)