@bossbench/mcp
v0.1.2
Published
Model Context Protocol server for Bossbench.
Maintainers
Readme
@bossbench/mcp
Read-only Model Context Protocol server for Bossbench.
The MCP server is a local stdio proxy. It lets MCP-aware agents inspect a running Bossbench dashboard through the dashboard HTTP API. It does not connect to Postgres directly and this first release does not expose mutation tools.
Configure
BOSSBENCH_URL=http://localhost:3000/jobs \
BOSSBENCH_USERNAME=admin \
BOSSBENCH_PASSWORD=secret \
npx @bossbench/mcpEnvironment variables:
BOSSBENCH_URL— required dashboard mount URL, for examplehttp://localhost:3000/jobs.BOSSBENCH_USERNAME/BOSSBENCH_PASSWORD— optional Basic Auth credentials.BOSSBENCH_TOKEN— optional Bearer token; takes precedence over Basic Auth.
Tools
bossbench_get_overviewbossbench_list_queuesbossbench_list_jobsbossbench_list_future_jobsbossbench_get_jobbossbench_search_jobsbossbench_list_schedulesbossbench_list_dead_lettersbossbench_list_warningsbossbench_get_metricsbossbench_get_activitybossbench_get_status
All tools are read-only and proxy existing Bossbench API endpoints.
