Skip to main content
Glama
TraceOrb

traceorb-mcp

Official
by TraceOrb

traceorb-mcp

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.

Related MCP server: openobserve-community-mcp

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.

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