Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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-agentCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"station": {
"command": "stn",
"args": [
"stdio"
],
"env": {
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4318"
}
}
}
}Server configuration and connection parameters
stnCommand-line arguments passed to the server process
Environment variables set when the server starts
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318Share bugs, ideas, or general feedback.