Skip to content

Commit dcc820f

Browse files
committed
Add OpenClaw plugin manifest for clawhub listing
1 parent 2a699a3 commit dcc820f

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "MCP server for n8n: generate workflow JSON, lint, explain failed executions, diff workflows, and drive a live n8n instance via REST. 9 tools across workflow, node, and execution namespaces.",
3+
"name": "n8n-mcp",
4+
"displayName": "AutomateLab n8n MCP"
5+
}

.mcp.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"n8n": {
44
"command": "npx",
5-
"args": ["-y", "@automatelab/n8n-mcp"]
5+
"args": [
6+
"-y",
7+
"@automatelab/n8n-mcp"
8+
]
69
}
710
}
811
}

openclaw.plugin.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"description": "MCP server for n8n: generate workflow JSON, lint, explain failed executions, diff workflows, and drive a live n8n instance via REST. 9 tools across workflow, node, and execution namespaces.",
3+
"name": "automatelab-n8n-mcp",
4+
"version": "0.5.5",
5+
"displayName": "AutomateLab n8n MCP"
6+
}

0 commit comments

Comments
 (0)