MCP server for NoirAI observability
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"NoirAI": {
"url": "https://mcp.<region>.noirai.cloud/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides seamless access to NoirAI observability data through AI assistants and LLMs. Query metrics, traces, logs, alerts, dashboards, and services using natural language.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.
MCP Security Weekly
Get CVE alerts and security updates for Noirai Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides seamless access to NoirAI observability data through AI assistants and LLMs. Query metrics, traces, logs, alerts, dashboards, and services using natural language.
This repository is a NoirAI-branded fork of SigNoz/signoz-mcp-server. Tool names use the noirai_* prefix. Configure with NOIRAI_URL and NOIRAI_API_KEY (SIGNOZ_URL / SIGNOZ_API_KEY remain supported for compatibility).
Connect your AI tool to noirai.cloud's hosted MCP server. No installation is required; just add the hosted MCP URL and authenticate.
https://mcp.<region>.noirai.cloud/mcp
Make sure you select the correct region that matches your noirai.cloud account. Using the wrong region will result in authentication failures.
Find your region under Settings → Ingestion in NoirAI, or see the noirai.cloud region reference.
GitHub does not reliably make custom-protocol links like cursor:// and vscode: clickable in README rendering.
Use the documentation page for one-click install buttons:
If you prefer, use the manual configuration examples below in this README.
Add this configuration to .cursor/mcp.json:
{
"mcpServers": {
"NoirAI": {
"url": "https://mcp.<region>.noirai.cloud/mcp"
}
}
}
Need help? See the Cursor MCP docs.
Add this configuration to .vscode/mcp.json:
{
"servers": {
"NoirAI": {
"type": "http",
"url": "https://mcp.<region>.noirai.cloud/mcp"
}
}
}
Need help? See the VS Code MCP docs.
Add noirai.cloud as a custom connector in Claude Desktop:
https://mcp.<region>.noirai.cloud/mcpWhen prompted, complete the authentication flow.
Run this command to add the hosted NoirAI MCP Server:
claude mcp add --scope user --transport http NoirAI https://mcp.<region>.noirai.cloud/mcp
After configuring the MCP server, authenticate in a terminal:
claude /mcp
Select the NoirAI server and complete the authentication flow.
Run this command to add the hosted NoirAI MCP Server:
codex mcp add NoirAI --url https://mcp.<region>.noirai.cloud/mcp
Or add this configuration to config.toml:
[mcp_servers.NoirAI]
url = "https://mcp.<region>.noirai.cloud/mcp"
After adding the se