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.
Описание
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.
Установить Traceorb в Claude Desktop, Claude Code, Cursor
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Traceorb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
