New Relic MCP Server for monitoring and metrics
Project description
New Relic MCP Server
A command-line tool for monitoring and analyzing New Relic application metrics using MCP (Model Control Protocol).
Installation
Install directly from GitHub using pipx:
# Install
pipx install git+https://github.com/neoai-agent/newrelic-mcp.git
# Or run without installation
pipx run git+https://github.com/neoai-agent/newrelic-mcp.git
Quick Start
-
Set up your environment variables:
Method: Using .env file
# Create a .env file in your project directory cat > .env << EOL # New Relic Credentials NEWRELIC_API_KEY=your-newrelic-api-key-here NEWRELIC_INSIGHTS_KEY=your-newrelic-insights-key-here NEWRELIC_ACCOUNT_ID=your-newrelic-account-id-here # OpenAI Credentials OPENAI_API_KEY=your-openai-api-key-here # Optional: Model Configuration MODEL=openai/gpt-4o-mini EOL
-
Create
agent.yaml:
- name: "New Relic Agent"
description: "Agent to get all details of New Relic"
mcp_servers:
- name: "New Relic MCP Server"
args: ["--api-key=${NEWRELIC_API_KEY}", "--insights-key=${NEWRELIC_INSIGHTS_KEY}", "--account-id=${NEWRELIC_ACCOUNT_ID}", "--openai_api_key=${OPENAI_API_KEY}"]
command: "newrelic-mcp"
system_prompt: "You are a SRE devops engineer specialising in New Relic to get APM metrics at performance level. You can use the tools provided to you to get the details of the performnace of apm. Precisely use the tools to get the details of necessary metrics to get the valuable information."
- Run the server:
newrelic-mcp --api-key "YOUR_API_KEY" --insights-key "YOUR_INSIGHTS_KEY" --account-id "YOUR_ACCOUNT_ID" --openai_api_key "YOUR_OPENAI_API_KEY"
Available Tools
The server provides the following tools for New Relic APM analysis:
- Get transaction details for a specific endpoint:
await get_transaction_details_by_url_path(
application_name="your-app-name",
url_path="/api/v1/endpoint",
time_range_minutes=30
)
- Get overall application metrics:
await get_application_metrics(
application_name="your-app-name",
time_range_minutes=30
)
- Get APM metrics for an application:
await get_newrelic_apm_metrics(
application_name="your-app-name",
time_range_minutes=30
)
- Get slow transaction details:
await get_application_slow_transactions_details(
application_name="your-app-name",
time_range_minutes=30
)
- Get top database operations:
await get_application_top_database_operations_details(
application_name="your-app-name",
time_range_minutes=30
)
- Get transaction breakdown segments:
await get_transaction_breakdown_segments(
application_name="your-app-name",
time_range_minutes=30
)
Development
For development setup:
git clone https://github.com/neoai-agent/newrelic-mcp.git
cd newrelic-mcp
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -e ".[dev]"
License
MIT License - See LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_neoai_agent_newrelic_mcp-0.1.1.tar.gz.
File metadata
- Download URL: iflow_mcp_neoai_agent_newrelic_mcp-0.1.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4489367fe220e93eb5a61f14c99961cbb7f9b98816dcfa878ebf5a576991ed05
|
|
| MD5 |
444add8e1b9682fab28db8c41e62d569
|
|
| BLAKE2b-256 |
b802e40e4db31923752fbc30e3b1e40efcb1f8dc72a74e9b9767ad2e0f3b039f
|
File details
Details for the file iflow_mcp_neoai_agent_newrelic_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_neoai_agent_newrelic_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5dad1e03f97871f3b94c87b4b5b4ef2c3eaa253034e96c87c00812ddb6fac5a
|
|
| MD5 |
cfbf1318026ae8a43afc937cbce68324
|
|
| BLAKE2b-256 |
c46aade650b363ae0536f02fc3705d5bbfa0f888d9e92dfdd7a600653eec539f
|