traceorb-mcp
Officialtraceorb-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
环境变量
变量 | 必填 | 默认值 |
| 是 | — |
| 否 |
|
配置
将客户端指向这个 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-mcpVS 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 服务器的客户端:command 为 npx,args 为 ["-y", "traceorb-mcp"],再加上上面的两个环境变量。保存后重启客户端。
许可证:MIT。
Maintenance
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
- AlicenseNot gradedqualityNot gradedmaintenanceProvides 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.
- AlicenseBqualityCmaintenanceA 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.816GPL 3.0
- AlicenseAqualityBmaintenanceEnables read-only access to LCM2M Caddis VM2M API for equipment, runs, telemetry, alarms, etc., via MCP tools.31324MIT
- AlicenseNot gradedqualityAmaintenanceA 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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