Files
agent-park/.opencode/mcp.json
T

23 lines
524 B
JSON

{
"mcpServers": {
"n8n-mcp": {
"type": "local",
"command": "/opt/homebrew/bin/n8n-mcp",
"args": [],
"env": {
"MCP_MODE": "stdio",
"LOG_LEVEL": "error",
"DISABLE_CONSOLE_OUTPUT": "true",
"N8N_API_URL": "https://n8n.mzaxd.fun",
"N8N_API_KEY": "${N8N_API_KEY}",
"HTTP_PROXY": "",
"HTTPS_PROXY": "",
"http_proxy": "",
"https_proxy": "",
"npm_config_proxy": "",
"npm_config_https_proxy": ""
}
}
}
}