← All plugins
tracefeed
v0.8.2Streams distributed traces to agents over SSE so they can watch a deploy settle in real time. Pairs well with an incident-response skill.
1 MCP serversse
by OpsmeshMPL-2.0118updated 7 months ago
Install
git clone https://github.com/opsmesh/tracefeedClone into your agent client’s plugin directory — components are discovered from fixed locations per the spec.
Layout
tracefeed/
├── plugin.json└── mcp.json
MCP servers1
tracefeedsse
- url
- https://sse.tracefeed.io/mcp
Manifest
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tracefeed",
"version": "0.8.2",
"description": "Streams distributed traces to agents over SSE so they can watch a deploy settle in real time. Pairs well with an incident-response skill.",
"author": {
"name": "Opsmesh"
},
"repository": "https://github.com/opsmesh/tracefeed",
"license": "MPL-2.0",
"keywords": [
"devops",
"tracing",
"monitoring"
]
}