Secure MCP server for WorkBoard OKR and strategy execution platform
{
"mcpServers": {
"io-github-crunchtools-workboard": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Secure MCP server for WorkBoard OKR and strategy execution platform
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
Query and manage PostgreSQL databases directly from AI assistants
An official Qdrant Model Context Protocol (MCP) server implementation
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for io.github.crunchtools/workboard and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A secure MCP (Model Context Protocol) server for WorkBoard OKR and strategy execution platform.
This MCP server is designed to be:
quay.io/crunchtools/mcp-workboard built on Hummingbird Python base image| Component | Name |
|-----------|------|
| GitHub repo | crunchtools/mcp-workboard |
| Container | quay.io/crunchtools/mcp-workboard |
| Python package (PyPI) | mcp-workboard-crunchtools |
| CLI command | mcp-workboard-crunchtools |
| Module import | mcp_workboard_crunchtools |
The container image is built on the Hummingbird Python base image from Project Hummingbird, which provides:
workboard_get_user - Get a user by ID or the current authenticated userworkboard_list_users - List all users (Data-Admin role required)workboard_create_user - Create a new user (Data-Admin role required)workboard_update_user - Update an existing userworkboard_get_objectives - Get objectives associated with a user (API capped at 15)workboard_get_objective_details - Get details for a specific objective with key resultsworkboard_get_my_objectives - Get the current user's owned objectives by ID (recommended)workboard_create_objective - Create a new objective with key results (Data-Admin required)workboard_get_my_key_results - List current user's key results with metric IDs and progressworkboard_update_key_result - Update key result progress for weekly OKR check-insworkboard_get_workstreams - Get team workstreams accessible to the authenticated userworkboard_get_workstream_activities - Get workstream details with all action itemsworkboard_get_team_workstreams - Get all workstreams belonging to a specific teamworkboard_create_workstream - Create a new workstream for a teamworkboard_update_workstream - Update workstream properties (name, dates, pace, health, priority)uvx mcp-workboard-crunchtools
pip install mcp-workboard-crunchtools
podman run -e WORKBOARD_API_TOKEN=your_token \
quay.io/crunchtools/mcp-workboard
claude mcp add mcp-workboard \
--env WORKBOARD_API_TOKEN=your_token_here \
-- uvx mcp-workboard-crunchtools
Or for the container version:
claude mcp add mcp-workboard \
--env WORKBOARD_API_TOKEN=your_token_here \
-- podman run -i --rm -e WORKBOARD_API_TOKEN quay.io/crunchtools/mcp-workboard
User: Who am I in WorkBoard?
Assistant: [calls workboard_get_user with no args]
User: List all WorkBoard users
Assi
... [View full README on GitHub](https://github.com/crunchtools/mcp-workboard#readme)