Skip to content

Commit 5bcacc7

Browse files
docs: mention bridge skills (external MCP servers) in README
Native vs. bridge distinction in the MCP Skills Library section, plus link to the bridge template guide. Bridge support shipped in v1.3.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab47ff2 commit 5bcacc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ The `_responseChannel` value in metadata tells the adapter where to route the ag
488488
489489
The Library Manager fetches skill templates from GitHub, imports the workflows into n8n, and registers the new MCP server automatically.
490490

491+
Skills come in two flavors:
492+
- **Native** — n8n wraps a REST API as an MCP server (default pattern, most skills).
493+
- **Bridge** — registers an **existing external MCP server** (e.g. DeepWiki, Zapier, a self-hosted Claude Code MCP) directly into the agent by URL + optional bearer/header auth. No workflows imported, no wrapper code. Supported since v1.3.0. See the [Bridge Templates guide](https://github.com/freddy-schuetz/n8n-claw-templates/blob/master/templates/TEMPLATE_EXAMPLE.md#bridge-templates).
494+
491495
| Category | Examples |
492496
|---|---|
493497
| Analytics | Google Analytics |

0 commit comments

Comments
 (0)