Skip to main content
Glama
TraceOrb

traceorb-mcp

Official
by TraceOrb

traceorb-mcp

用于 Traceorb 的 MCP 服务器。任何 MCP 客户端都可以通过与面板相同的 GET 请求来查询你组织的遥测数据。

安装

需要 Node.js ≥ 22,且 PATH 中包含 npx。在 Traceorb 设置中创建一个只读密钥。该密钥只显示一次,不要将其提交到仓库。

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 服务器的客户端:commandnpxargs["-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