- CLAUDE.md: SSH section now mandates aliases from ~/.ssh/config instead of manual commands - CLAUDE.md: Gitea tea CLI always passes --repo owner/name to avoid detection failures - MCP manager skill updates - Plugin blocklist and marketplace updates - Settings and MCP config sync Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
760 B
JSON
24 lines
760 B
JSON
{
|
|
"mcpServers": {
|
|
"cognitive-memory": {
|
|
"command": "/home/cal/.claude/skills/cognitive-memory/mcp-server/cognitive-memory-mcp",
|
|
"type": "stdio",
|
|
"args": [],
|
|
"env": {}
|
|
},
|
|
"n8n-mcp": {
|
|
"command": "npx",
|
|
"type": "stdio",
|
|
"args": ["n8n-mcp"],
|
|
"env": {
|
|
"MCP_MODE": "stdio",
|
|
"N8N_API_URL": "http://10.10.0.210:5678",
|
|
"N8N_API_KEY": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIwNGQ1MTNhYi1lOGI1LTQxZjktYmNjNi05MTM1MzgyYzQ0YWEiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwiaWF0IjoxNzcxNTU3ODMwfQ.PF6AatWZh8hwyUydT8UsJ16ML61XFTixj2IvuP9MRzo",
|
|
"N8N_MCP_TELEMETRY_DISABLED": "true",
|
|
"DISABLE_CONSOLE_OUTPUT": "true",
|
|
"LOG_LEVEL": "error"
|
|
}
|
|
}
|
|
}
|
|
}
|