Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Traceorb

БесплатноПоддерживается

Enables MCP clients to query an organization's Traceorb telemetry data through the same GETs the panel uses, using a read key for authentication.

GitHubEmbed

Описание

Enables MCP clients to query an organization's Traceorb telemetry data through the same GETs the panel uses, using a read key for authentication.

README

MCP server for Traceorb. Any MCP client can query your org's telemetry through the same GETs the panel uses.

Install

Node.js ≥ 22 and npx on PATH. Create a read key in Traceorb Settings. The secret is shown once. Do not commit it.

npx -y traceorb-mcp

The process speaks MCP over stdio. It does not start unless TRACEORB_READ_KEY is set.

Environment

Variable Required Default
TRACEORB_READ_KEY yes
TRACEORB_API_URL no https://api.traceorb.com

Configure

Point the client at this stdio server:

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

Where that JSON lives depends on the client.

Cursor

~/.cursor/mcp.json (all projects) or .cursor/mcp.json (this repo):

{
  "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

Same mcpServers.traceorb object as Cursor. Restart Claude Desktop.

Claude Code

Project file .mcp.json, or:

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 in the workspace, or user MCP settings:

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

Other MCP clients

Any client that runs a stdio server: command npx, args ["-y", "traceorb-mcp"], and the two env vars above. Restart the client after saving.

License: MIT.

from github.com/TraceOrb/obs-mcp

Установить Traceorb в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install traceorb-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add traceorb-mcp --env TRACEORB_API_URL="" --env TRACEORB_READ_KEY="" -- npx -y traceorb-mcp

Пошаговые гайды: как установить Traceorb

FAQ

Traceorb MCP бесплатный?

Да, Traceorb MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Traceorb?

Да, требуются переменные окружения: TRACEORB_API_URL, TRACEORB_READ_KEY. Unyly подставит их в конфиг при установке.

Traceorb — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Traceorb в Claude Desktop, Claude Code или Cursor?

Открой Traceorb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Traceorb with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development