
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "new relic logs": {4 "env": {5 "NEW_RELIC_API_KEY": "your-api-key-here",6 "NEW_RELIC_ACCOUNT_ID": "your-account-id-here"7 },8 "args": [9 "--directory",10 "/absolute/path/to/newrelic-mcp",11 "run",12 "newrelic_logs_server.py"13 ],14 "command": "uv"15 }16 }17}
No reviews yet. Be the first to review!
Sign in to join the conversation