| .. | ||
| plugins/n8n | ||
| README.md | ||
| settings.json | ||
Claude Code Configuration
This directory contains shared Claude Code configuration for the n8n team.
All skills, agents, and commands live under the n8n plugin at
.claude/plugins/n8n/ for n8n: namespacing. See
plugin README for full details.
Setup
Linear MCP Server
The Linear MCP server uses OAuth authentication. To connect:
- Start Claude Code in this repository
- Run
/mcpcommand - Click the Linear authentication link in your browser
- Authorize with your Linear account
You only need to do this once per machine.
Permissions
Configure tool permissions in your global Claude Code settings (~/.claude/settings.json), not in this repo. This allows each developer to customize their own approval preferences.
To auto-approve Linear MCP tools, add to your global settings:
{
"permissions": {
"allow": [
"mcp__linear-server__*"
]
}
}
Note: For GitHub/git operations, we use gh CLI and git commands instead of GitHub MCP.
Plugin
All skills, commands, and agents are auto-discovered from
.claude/plugins/n8n/. They get the n8n: namespace prefix automatically
(e.g. n8n:create-pr, /n8n:plan, n8n:developer).
See plugin README for structure and design decisions.