Stats
Actions
Tags
From station-agent
Runs a local process via the 'stn' CLI tool. No external service, API, or data source identified from the provided configuration.
Copy 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:4318First indexed Jan 5, 2026
First indexed Jan 5, 2026
npx claudepluginhub cloudshipai/station --plugin station-agent