← Back to Skills Marketplace
maverick

Maverick Linear Mcp

by Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
58
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maverick-linear-mcp
Description
Read and write Linear workspace data — issues, comments, projects, and any other entity Linear's MCP server exposes. Thin pass-through to Linear's official h...
README (SKILL.md)

Linear

How to use this skill

This skill is a thin pass-through to Linear's hosted MCP server. The live server is the source of truth for what tools exist, what they're called, what arguments they take, and any per-server instructions Linear publishes.

Always invoke through bash {baseDir}/scripts/invoke.sh — never call mcporter directly. The wrapper seeds the OAuth vault from the env-supplied tokens when needed, then calls mcporter.

Step 1 — Discover the live tool catalog and Linear's own usage instructions. Always run this first; do not rely on tool names from memory:

bash {baseDir}/scripts/invoke.sh list maverick-linear --schema

The output includes Linear's Instructions: field (read it — it specifies, for example, how to format markdown content) and a JSON Schema for every tool's parameters. Treat this as the authoritative reference for the rest of the session.

Step 2 — Call any tool from the catalog using the form \x3Cserver>.\x3Ctool> where \x3Cserver> is maverick-linear (the local registration key, not Linear's announced name):

bash {baseDir}/scripts/invoke.sh call maverick-linear.\x3Ctool> \x3Carg>=\x3Cvalue> ...

Add --output json for structured output (also surfaces transport errors as JSON envelopes):

bash {baseDir}/scripts/invoke.sh call --output json maverick-linear.\x3Ctool> ...

Conventions worth knowing

These hold across most tools but are not contracts — --schema is. Use them as defaults; trust the per-tool schema when it disagrees.

  • Upsert pattern. Many write tools accept an optional id: present → updates; absent → creates. Required fields differ between the two cases; the per-tool description in --schema calls this out.
  • Linear's own per-server instructions. Read the Instructions: field from the --schema output before formatting any text-content arguments. Linear publishes guidance there (e.g. on markdown formatting) that applies to every applicable tool.
  • Linear ID flexibility. Where a parameter is documented as accepting an ID, Linear typically also accepts the human-readable identifier (issue identifiers, project slugs, team names). The schema description is authoritative for each parameter.

Safety

Linear MCP tools split cleanly by name prefix. Read tools (list_*, get_*, search_*, extract_*) are safe to call freely while exploring. Write/delete tools (save_*, delete_*, create_*) modify workspace data visible to the user's team — confirm clear user intent before invoking them.

Authentication

Credentials are available to the agent runtime through required env vars. The wrapper seeds mcporter's vault as needed before each call. mcporter then reads tokens from the vault, sends them with each request, and refreshes them on expiry.

If a call returns HTTP 401 that doesn't recover within a few seconds, the OAuth grant has been revoked — re-authorize the integration.

Data flow

Tool calls travel to Linear's hosted MCP service at https://mcp.linear.app/mcp over HTTPS, authenticated via OAuth. Linear sees the issue/project/comment data referenced by each call. Use this skill for Linear-related work only; do not pass unrelated sensitive content through these tools.

Usage Guidance
Install this only if you want the agent to access and potentially modify your Linear workspace. Review write/delete actions carefully, keep the OAuth grant scoped to the intended workspace, and treat the static secret warning as a likely false positive based on the provided source.
Capability Analysis
Type: OpenClaw Skill Name: maverick-linear-mcp Version: 1.0.0 The skill is a legitimate integration for Linear's official Model Context Protocol (MCP) server. The included scripts, scripts/init-mcporter.sh and scripts/invoke.sh, are well-engineered wrappers for the 'mcporter' utility, handling OAuth token seeding into a local vault (~/.mcporter/credentials.json) with proper security practices such as atomic writes, file locking for concurrency, and the use of environment variables in jq to prevent credential leakage in process listings. The behavior is entirely consistent with the stated purpose of managing Linear workspace data.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose, files, and endpoint are consistent: this is a thin pass-through to Linear’s hosted MCP. The capability is broad because it can read and write issues, comments, projects, and other Linear MCP entities, which users should notice before installing.
Instruction Scope
The instructions require discovering Linear’s live tool schema and say write/delete tools should only be used with clear user intent. This is purpose-aligned, though the live catalog means available operations depend on Linear’s server.
Install Mechanism
The skill installs and invokes the external mcporter CLI through shell wrappers. This is central to the MCP integration, but the install spec does not pin a package version.
Credentials
OAuth access, refresh, and client ID environment variables are required and are proportionate for a Linear MCP integration. The artifacts do not show unrelated credential access or hidden destinations.
Persistence & Privilege
The wrapper persists OAuth tokens into mcporter’s local credential vault and stores only a hash marker in the skill directory. There is no evidence of background execution, self-propagation, or hidden persistence beyond the credential vault.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maverick-linear-mcp
  3. After installation, invoke the skill by name or use /maverick-linear-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Update skill bundle
Metadata
Slug maverick-linear-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Maverick Linear Mcp?

Read and write Linear workspace data — issues, comments, projects, and any other entity Linear's MCP server exposes. Thin pass-through to Linear's official h... It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.

How do I install Maverick Linear Mcp?

Run "/install maverick-linear-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Maverick Linear Mcp free?

Yes, Maverick Linear Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Maverick Linear Mcp support?

Maverick Linear Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Maverick Linear Mcp?

It is built and maintained by Maverick (@maverick); the current version is v1.0.0.

💬 Comments