nousresearch--hermes-agent
b4fbd6fe9f
Deploy Site / deploy-vercel (push) Has been skipped
Deploy Site / deploy-docs (push) Has been skipped
Build Skills Index / build-index (push) Has been skipped
CI / Deny unrelated histories (push) Has been skipped
CI / Detect affected areas (push) Successful in 27m35s
CI / OSV scan (push) Failing after 4s
CI / Build&Test Docker image (push) Successful in 9s
CI / Supply-chain scan (push) Has been skipped
CI / Lint Docker scripts (push) Failing after 5m13s
CI / Check contributors (push) Failing after 12m8s
CI / Docs Site (push) Failing after 12m8s
CI / TypeScript (push) Failing after 12m8s
CI / Python lints (push) Failing after 12m9s
CI / Python tests (push) Failing after 12m9s
CI / Check uv.lock (push) Failing after 23m22s
CI / CI timing report (push) Has been cancelled
Build Skills Index / trigger-deploy (push) Has been cancelled
CI / All required checks pass (push) Has been cancelled
39 行
1.4 KiB
YAML
39 行
1.4 KiB
YAML
# Nous-approved MCP catalog entry.
|
|
# Presence in this directory = approval. Merged via PR review.
|
|
manifest_version: 1
|
|
|
|
name: linear
|
|
description: Find, create, and update Linear issues, projects, and comments.
|
|
source: https://linear.app/docs/mcp
|
|
|
|
# Linear ships a remote MCP server with native OAuth 2.1 + Dynamic Client
|
|
# Registration over Streamable HTTP. Hermes's MCP client + mcp_oauth_manager
|
|
# handle discovery, PKCE, token exchange, and refresh — nothing to install
|
|
# locally.
|
|
transport:
|
|
type: http
|
|
url: https://mcp.linear.app/mcp
|
|
|
|
auth:
|
|
type: oauth
|
|
# No `provider:` — this is native MCP OAuth (case 1), not a third-party
|
|
# provider like Google. The MCP client triggers the browser flow on the
|
|
# first probe / first connect.
|
|
|
|
# Tool selection at install time:
|
|
# Linear's MCP server exposes a moderate-sized tool surface (find/get/list +
|
|
# create/update across issues/projects/comments). We leave `default_enabled`
|
|
# unset so the install-time checklist starts with everything pre-checked —
|
|
# users prune what they don't want.
|
|
#
|
|
# If you want to encode a curated subset here once it stabilizes, list the
|
|
# tool names under `tools.default_enabled`. Probe failure would then apply
|
|
# that list directly.
|
|
|
|
post_install: |
|
|
On first connection, Hermes will open a browser to authenticate with Linear.
|
|
After auth, restart your Hermes session so the Linear tools are loaded.
|
|
|
|
You can re-run the tool checklist any time with:
|
|
hermes mcp configure linear
|