From station-agent
Local stdio server via Station CLI ('stn stdio'), configured with OpenTelemetry OTLP exporter for telemetry (traces/metrics/logs) to observability backends like Honeycomb or DataDog.
npx claudepluginhub cloudshipai/station --plugin station-agentAdd to your .mcp.json:
{
"mcpServers": {
"station": {
"command": "stn",
"args": [
"stdio"
],
"env": {
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4318"
}
}
}
}stnOTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318