traceorb-mcp
Officialtraceorb-mcp
Servidor MCP para Traceorb. Cualquier cliente MCP puede consultar la telemetría de tu organización mediante los mismos GETs que usa el panel.
Instalación
Se necesitan Node.js ≥ 22 y npx en PATH. Crea una clave de lectura en Traceorb Settings. El secreto se muestra una sola vez. No lo incluyas en un commit.
npx -y traceorb-mcpEl proceso usa MCP a través de stdio. No se inicia a menos que TRACEORB_READ_KEY esté definida.
Related MCP server: openobserve-community-mcp
Variables de entorno
Variable | Obligatoria | Por defecto |
| sí | — |
| no |
|
Configuración
Apunta el cliente a este servidor stdio:
{
"command": "npx",
"args": ["-y", "traceorb-mcp"],
"env": {
"TRACEORB_READ_KEY": "<token>",
"TRACEORB_API_URL": "https://api.traceorb.com"
}
}La ubicación de ese JSON depende del cliente.
Cursor
~/.cursor/mcp.json (todos los proyectos) o .cursor/mcp.json (este repositorio):
{
"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
El mismo objeto mcpServers.traceorb que en Cursor. Reinicia Claude Desktop.
Claude Code
Archivo de proyecto .mcp.json, o:
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 en el espacio de trabajo, o la configuración de MCP de usuario:
{
"servers": {
"traceorb": {
"type": "stdio",
"command": "npx",
"args": ["-y", "traceorb-mcp"],
"env": {
"TRACEORB_READ_KEY": "<token>",
"TRACEORB_API_URL": "https://api.traceorb.com"
}
}
}
}Otros clientes MCP
Cualquier cliente que ejecute un servidor stdio: command npx, args ["-y", "traceorb-mcp"] y las dos variables de entorno anteriores. Reinicia el cliente después de guardar.
Licencia: 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