Linear Project
Scope-gated Linear project administration with optional GitHub and Obsidian evidence adapters
What this server provides
Scope-gated Linear project administration with optional GitHub and Obsidian evidence adapters
Packages
Not declaredTransport stdio- LINEAR_API_KEYOptional
Linear API key. Configure this or LINEAR_ACCESS_TOKEN through a protected secret store.
- LINEAR_ACCESS_TOKENOptional
Linear OAuth access token. Configure this or LINEAR_API_KEY through a protected secret store.
- LINEAR_ALLOWED_ORGANIZATION_IDRequired
Exact Linear organization ID allowed for scoped operations.
- LINEAR_ALLOWED_TEAM_IDSOptional
Comma-separated exact Linear team IDs. Required when reusing an existing team; leave empty only while bootstrapping a new dedicated team.
- LINEAR_ALLOWED_PROJECT_IDSOptional
Comma-separated exact Linear project IDs. Required after project discovery; leave empty only during initial bootstrap.
- LINEAR_ALLOWED_SCOPE_CODESOptional
Comma-separated exact scope codes. Leave empty for read-only capability inspection.
- GITHUB_TOKENOptional
Optional GitHub token used only by the read-only evidence adapter.
- GITHUB_ALLOWED_REPOSITORIESOptional
Comma-separated owner/repository allowlist for GitHub evidence reads.
- OBSIDIAN_VAULT_PATHOptional
Optional normalized absolute path to an Obsidian vault.
Format: filepath - OBSIDIAN_VAULT_NAMEOptional
Optional expected Obsidian vault directory name.
- OBSIDIAN_ALLOWED_DIRECTORIESOptional
Comma-separated vault-relative directories allowed for Obsidian operations.
- MCP_WRITES_ENABLEDOptional
Global mutation gate. Keep false unless opening a separately bounded write window.
Format: boolean · Default: false - MCP_WRITE_WINDOW_EXPIRES_ATOptional
Future RFC3339 expiry for a write window; enabled windows may last at most 60 minutes.
- MCP_AUDIT_LOG_PATHOptional
Optional normalized absolute path for the append-only NDJSON operation audit.
Format: filepath