preflight
New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.57.0)
npx -y @newrelic/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"preflight": {
"command": "npx",
"args": [
"-y",
"@newrelic/[email protected]"
],
"env": {
"NEW_RELIC_LICENSE_KEY": "<YOUR_VALUE>",
"NEW_RELIC_ACCOUNT_ID": "<YOUR_VALUE>"
}
}
}
}
NEW_RELIC_LICENSE_KEYsecret — New Relic ingest license key. Optional: without it Preflight runs local-only with the dashboard at localhost:7777.NEW_RELIC_ACCOUNT_ID— New Relic account id, used for dashboard and alert deployment. Optional.
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry