Package

Linear Project

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

org.openlyuseful/linear-projectSource repository
Version0.1.0latest catalog version
ConnectionPackagenpm
PublishedAug 23, 2026catalog
UpdatedAug 23, 2026catalog
Overview

What this server provides

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

Install

Packages

1
Package 1npm
@openly-useful/linear-project-mcp-server0.1.0
  • LINEAR_API_KEY

    Linear API key. Configure this or LINEAR_ACCESS_TOKEN through a protected secret store.

    Optional
  • LINEAR_ACCESS_TOKEN

    Linear OAuth access token. Configure this or LINEAR_API_KEY through a protected secret store.

    Optional
  • LINEAR_ALLOWED_ORGANIZATION_ID

    Exact Linear organization ID allowed for scoped operations.

    Required
  • LINEAR_ALLOWED_TEAM_IDS

    Comma-separated exact Linear team IDs. Required when reusing an existing team; leave empty only while bootstrapping a new dedicated team.

    Optional
  • LINEAR_ALLOWED_PROJECT_IDS

    Comma-separated exact Linear project IDs. Required after project discovery; leave empty only during initial bootstrap.

    Optional
  • LINEAR_ALLOWED_SCOPE_CODES

    Comma-separated exact scope codes. Leave empty for read-only capability inspection.

    Optional
  • GITHUB_TOKEN

    Optional GitHub token used only by the read-only evidence adapter.

    Optional
  • GITHUB_ALLOWED_REPOSITORIES

    Comma-separated owner/repository allowlist for GitHub evidence reads.

    Optional
  • OBSIDIAN_VAULT_PATH

    Optional normalized absolute path to an Obsidian vault.

    Format: filepath
    Optional
  • OBSIDIAN_VAULT_NAME

    Optional expected Obsidian vault directory name.

    Optional
  • OBSIDIAN_ALLOWED_DIRECTORIES

    Comma-separated vault-relative directories allowed for Obsidian operations.

    Optional
  • MCP_WRITES_ENABLED

    Global mutation gate. Keep false unless opening a separately bounded write window.

    Format: boolean · Default: false
    Optional
  • MCP_WRITE_WINDOW_EXPIRES_AT

    Future RFC3339 expiry for a write window; enabled windows may last at most 60 minutes.

    Optional
  • MCP_AUDIT_LOG_PATH

    Optional normalized absolute path for the append-only NDJSON operation audit.

    Format: filepath
    Optional
View server metadata