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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions servers/signoz-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: signoz-mcp-server
image: mcp/signoz-mcp-server
type: server
meta:
category: monitoring
tags:
- monitoring
about:
title: Signoz MCP Server
description: The Signoz MCP Server acts as a bridge between AI assistants (or any MCP protocol-compatible client) and a Signoz observability backend. It exposes a set of standardized tools and APIs that allow clients to query, analyze, and interact with observability data from a Signoz instance in a secure and programmatic way.
icon: https://avatars.githubusercontent.com/u/110093317?v=4
source:
project: https://github.com/DrDroidLab/signoz-mcp-server
config:
description: Configure credentials for Signoz MCP Server
env:
- name: SIGNOZ_HOST
example: https://demo.signoz.io
value: '{{signoz-mcp-server.signoz_host}}'
- name: SIGNOZ_API_KEY
example: xyz
value: '{{signoz-mcp-server.signoz_api_key}}'
- name: SIGNOZ_SSL_VERIFY
example: "true"
value: '{{signoz-mcp-server.signoz_ssl_verify}}'
- name: MCP_TRANSPORT
example: stdio
value: '{{signoz-mcp-server.mcp_transport}}'
parameters:
type: object
properties:
signoz_host:
type: string
signoz_api_key:
type: string
signoz_ssl_verify:
type: string
mcp_transport:
type: string