Skip to content

Adds Signoz MCP Server Configuration #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dhruv-droid-r2
Copy link

@dhruv-droid-r2 dhruv-droid-r2 commented Jul 15, 2025

🚀 Add SigNoz MCP Server to Registry

📋 What is signoz-mcp?
A Model Context Protocol server for SigNoz (open-source observability platform) that enables AI assistants to:

  • Monitor application performance and metrics
  • Fetch and analyze APM data (request rates, error rates, latency)
  • Access SigNoz dashboards and their data
  • Query observability metrics and traces
  • Manage monitoring workflows
  • Work with distributed systems observability

✨ Key Features

  • Dashboard Integration: Fetch and analyze dashboard data with time range queries
  • APM Metrics: Complete application performance monitoring data access
  • Service Discovery: Retrieve all instrumented services and their metrics
  • Category: Monitoring/Observability

🔧 Configuration

  • Environment Variables:
    • SIGNOZ_HOST: SigNoz instance URL
    • SIGNOZ_API_KEY: API key for authentication
    • SIGNOZ_SSL_VERIFY: SSL certificate verification (true/false)
    • MCP_SERVER_PORT: Server port (default: 8000)
    • MCP_SERVER_DEBUG: Debug mode toggle

✅ Testing
☑️ Server configuration generated successfully
☑️ Catalog imported to Docker Desktop and tested with clients
☑️ All required fields configured

@dhruv-droid-r2 dhruv-droid-r2 requested a review from a team as a code owner July 15, 2025 12:05
@dhruv-droid-r2 dhruv-droid-r2 changed the title added signoz mcp server Added Signoz MCP Server Jul 15, 2025
@dhruv-droid-r2 dhruv-droid-r2 changed the title Added Signoz MCP Server Adds Signoz MCP Server Configuration Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants