Skip to content
Cline

Linear Project for Cline

org.openlyuseful/linear-project

Scope-gated Linear project administration with optional GitHub and Obsidian evidence adapters

client:Cline transport:stdio runtime:npm

Install Linear Project in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "linear-project": {
      "command": "npx",
      "args": [
        "-y",
        "@openly-useful/linear-project-mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "<LINEAR_API_KEY>",
        "LINEAR_ACCESS_TOKEN": "<LINEAR_ACCESS_TOKEN>",
        "LINEAR_ALLOWED_ORGANIZATION_ID": "<LINEAR_ALLOWED_ORGANIZATION_ID>",
        "LINEAR_ALLOWED_TEAM_IDS": "<LINEAR_ALLOWED_TEAM_IDS>",
        "LINEAR_ALLOWED_PROJECT_IDS": "<LINEAR_ALLOWED_PROJECT_IDS>",
        "LINEAR_ALLOWED_SCOPE_CODES": "<LINEAR_ALLOWED_SCOPE_CODES>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_ALLOWED_REPOSITORIES": "<GITHUB_ALLOWED_REPOSITORIES>",
        "OBSIDIAN_VAULT_PATH": "<OBSIDIAN_VAULT_PATH>",
        "OBSIDIAN_VAULT_NAME": "<OBSIDIAN_VAULT_NAME>",
        "OBSIDIAN_ALLOWED_DIRECTORIES": "<OBSIDIAN_ALLOWED_DIRECTORIES>",
        "MCP_WRITES_ENABLED": "<MCP_WRITES_ENABLED>",
        "MCP_WRITE_WINDOW_EXPIRES_AT": "<MCP_WRITE_WINDOW_EXPIRES_AT>",
        "MCP_AUDIT_LOG_PATH": "<MCP_AUDIT_LOG_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Linear Project in other clients