preflight for Cline
io.github.newrelic-experimental/preflight
New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)
client:Cline
transport:stdio
runtime:npm
Install preflight in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"preflight": {
"command": "npx",
"args": [
"-y",
"@newrelic/preflight"
],
"env": {
"NEW_RELIC_LICENSE_KEY": "<NEW_RELIC_LICENSE_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<NEW_RELIC_ACCOUNT_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs