Skip to main content
Glama
TraceOrb

traceorb-mcp

Official
by TraceOrb

traceorb-mcp

Traceorb용 MCP 서버입니다. 모든 MCP 클라이언트는 패널에서 사용하는 것과 동일한 GET 요청을 통해 조직의 텔레메트리를 조회할 수 있습니다.

설치

Node.js ≥ 22 및 PATHnpx가 필요합니다. Traceorb Settings에서 **읽기 키(read key)**를 생성하세요. 비밀 값은 한 번만 표시됩니다. 커밋하지 마세요.

npx -y traceorb-mcp

이 프로세스는 stdio를 통해 MCP를 사용합니다. TRACEORB_READ_KEY가 설정되지 않으면 시작되지 않습니다.

Related MCP server: openobserve-community-mcp

환경

변수

필수 여부

기본값

TRACEORB_READ_KEY

TRACEORB_API_URL

아니요

https://api.traceorb.com

구성

클라이언트를 이 stdio 서버에 지정하세요:

{
  "command": "npx",
  "args": ["-y", "traceorb-mcp"],
  "env": {
    "TRACEORB_READ_KEY": "<token>",
    "TRACEORB_API_URL": "https://api.traceorb.com"
  }
}

해당 JSON이 있는 위치는 클라이언트에 따라 다릅니다.

Cursor

~/.cursor/mcp.json (모든 프로젝트) 또는 .cursor/mcp.json (이 저장소):

{
  "mcpServers": {
    "traceorb": {
      "command": "npx",
      "args": ["-y", "traceorb-mcp"],
      "env": {
        "TRACEORB_READ_KEY": "<token>",
        "TRACEORB_API_URL": "https://api.traceorb.com"
      }
    }
  }
}

Claude Desktop

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor와 동일한 mcpServers.traceorb 객체를 사용합니다. Claude Desktop을 다시 시작하세요.

Claude Code

프로젝트 파일 .mcp.json, 또는:

claude mcp add --transport stdio --env TRACEORB_READ_KEY=<token> --env TRACEORB_API_URL=https://api.traceorb.com traceorb -- npx -y traceorb-mcp

VS Code (Copilot)

작업 공간의 .vscode/mcp.json, 또는 사용자 MCP 설정:

{
  "servers": {
    "traceorb": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "traceorb-mcp"],
      "env": {
        "TRACEORB_READ_KEY": "<token>",
        "TRACEORB_API_URL": "https://api.traceorb.com"
      }
    }
  }
}

기타 MCP 클라이언트

stdio 서버를 실행하는 모든 클라이언트: commandnpx, args["-y", "traceorb-mcp"], 그리고 위의 두 환경 변수를 사용합니다. 저장 후 클라이언트를 다시 시작하세요.

라이선스: MIT.

Install Server
A
license - permissive license
B
quality
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
    Not graded
    quality
    Not graded
    maintenance
    Provides read-only access to TrustLayer's public API, enabling users to query and retrieve data about parties, documents, projects, and other TrustLayer entities through MCP-compatible tools.
  • A
    license
    B
    quality
    C
    maintenance
    A read-only MCP server for OpenObserve Community Edition that works over the REST API. Provides tools for searching logs, traces, stream schemas, and dashboards - no Enterprise license required.
    8
    16
    GPL 3.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables read-only access to LCM2M Caddis VM2M API for equipment, runs, telemetry, alarms, etc., via MCP tools.
    31
    324
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    A read-only MCP server for querying telemetry data from configurable backends. Provides tools to list sources, describe schemas, run bounded queries, and compute aggregates.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • Query Truss threat intelligence via hosted MCP (OAuth). Growth+ plans.

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/TraceOrb/obs-mcp'

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