Update CLAUDE_CODE_SETUP.md
fix .mcp.json file for Claude code setup Project configuration
This commit is contained in:
@@ -42,7 +42,7 @@ claude mcp add-from-claude-desktop
|
|||||||
For team sharing, add to `.mcp.json` in your project root:
|
For team sharing, add to `.mcp.json` in your project root:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"servers": {
|
"mcpServers": {
|
||||||
"n8n-mcp": {
|
"n8n-mcp": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["n8n-mcp"],
|
"args": ["n8n-mcp"],
|
||||||
@@ -91,4 +91,4 @@ For optimal results, create a `CLAUDE.md` file in your project root with the ins
|
|||||||
- With API credentials, you'll get full workflow management capabilities
|
- With API credentials, you'll get full workflow management capabilities
|
||||||
- Use `--scope local` (default) to keep your API credentials private
|
- Use `--scope local` (default) to keep your API credentials private
|
||||||
- Use `--scope project` to share configuration with your team (put credentials in environment variables)
|
- Use `--scope project` to share configuration with your team (put credentials in environment variables)
|
||||||
- Claude Code will automatically start the MCP server when you begin a conversation
|
- Claude Code will automatically start the MCP server when you begin a conversation
|
||||||
|
|||||||
Reference in New Issue
Block a user