Skip to main content
Glama
ramraj-patel

query-layer

by ramraj-patel

Query Layer API용 MCP 서버

metrics query-layer API를 AI 어시스턴트에 노출하는 MCP(Model Context Protocol) 서버입니다. 공식 Python MCP SDK v2로 구축되었습니다.

빠른 시작

# Prerequisites: Python 3.10+, uv
uv sync
uv run mcp dev src/server.py

콘솔에 출력된 URL로 MCP Inspector를 엽니다. ping 도구를 사용할 수 있습니다.

Related MCP server: prometheus-mcp

Cursor 통합

.cursor/mcp.json 파일이 미리 구성되어 있습니다. Cursor를 재시작하면 query-layer MCP 서버를 AI 어시스턴트에서 사용할 수 있습니다.

Phoenix를 사용한 로컬 트레이싱(선택 사항)

# Terminal 1: start Phoenix
uv run phoenix serve

# Terminal 2: run the server pointing at Phoenix
export PHOENIX_COLLECTOR_ENDPOINT=http://localhost:6006
uv run mcp dev src/server.py

http://localhost:6006에서 트레이스를 확인하세요 — Phoenix는 MCP 도구 호출, 프롬프트, GenAI span을 기본적으로 렌더링합니다.

문서

문서

목적

계획

문제 정의, 해결 접근 방식, 구현 계획

검토

프로덕션 수준 계획 검토

설계

MCP 개념, 기술 선택, 설계 결정

시작하기

설정, 설치, 실행, 구성, 문제 해결

관찰 가능성

로깅, 트레이싱, OTLP, 로컬 Phoenix

프로젝트 구조

src/
  server.py          # MCPServer + tools (entry point)
  logging_config.py  # Structured JSON logging to stderr
  otel_config.py     # OpenTelemetry exporter configuration
.cursor/
  mcp.json           # Cursor MCP server configuration
docs/
  plan.md            # Full implementation plan
  review.md          # Plan review
  design.md          # Design document
  getting-started.md # Setup guide
  observability.md   # Observability guide

라이선스

Apache 2.0 — LICENSE 참조.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Provides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.
    6
    512
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides seamless integration between AI assistants and Prometheus, enabling natural language interactions with your monitoring infrastructure. This server allows for effortless querying, discovery, and analysis of metrics.
    10
    2,060
    27
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to query Prometheus metrics, monitor alerts, and analyze system health through read-only access to your Prometheus server with built-in query safety and optional AI-powered metric analysis.
    MIT

View all related MCP servers

Related MCP Connectors

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramraj-patel/mcp-basic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server