WorkBuddy Codex Hub MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WorkBuddy Codex Hub MCPShow me the open tasks I can claim."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WorkBuddy Codex Hub MCP v0.1
A local MCP server for coordinating two coding agents through a shared SQLite task pool and an explicit review workflow.
This project is an early v0.1 implementation. It provides a runnable MCP server, a SQLite schema, agent prompt templates, examples, and a smoke test that exercises the core tool flow. It does not yet provide autonomous scheduling, a web dashboard, hosted execution, or production hardening.
What It Does
Lets agents query open tasks from a shared SQLite database.
Lets one agent claim and submit work for a task.
Requires review by a different registered agent.
Records review decisions and scores.
Stops repeated change-request loops after
max_iterations.
Related MCP server: HiveClaude
MCP Tools
Tool | Purpose |
| List open and pending-review tasks. |
| Claim an open task for one agent. |
| Store submitted code for a module and move the task to |
| Assign a different agent as reviewer and move the task to |
| Record review feedback and complete, reopen, or reject the task. |
Quick Start
npm install
npm test
npm startThe default database path is ./project_hub.db. Override it with:
HUB_DB_PATH=/path/to/project_hub.db npm startTo create sample tasks:
sqlite3 project_hub.db < examples/sample_tasks.sqlAgent Setup
Copy the relevant prompt file into each agent:
SKILL_workbuddy.mdSKILL_codex.md
Both agents must connect to this MCP server and use the same SQLite database path.
Verification
npm testThe smoke test starts the compiled MCP server and checks:
tool listing
normal query, claim, submit, review, approve flow
unknown agent rejection
double-claim rejection
self-review rejection
wrong-reviewer rejection
max-iteration rejection
Publishing
Before publishing, update repository metadata for your actual GitHub location and run:
npm test
npm audit --omit=dev --audit-level=lowThis repository includes:
smithery.yamlfor stdio startup configuration.Dockerfilefor registry or hosted builds.LICENSEwith MIT terms.
See PUBLISH_TO_SMITHERY.md for a conservative publishing checklist.
Current Limits
No automatic task scheduler.
No concurrent write locking beyond SQLite and task status checks.
No web UI.
No hosted service.
No claim that this is unique in the market.
No claim that registry installs or GitHub stars are predictable.
License
MIT. See LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- ParleyOAuthdev.weldra
Coordination hub for AI coding agents: message teammates, ask humans, audit every event.
- projectsOAuthcloud.tri2b
Task tracking built for coding agents. Work is leased, so two agents never take the same SubTask.
- AxisOAuthdev.useaxis
Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.
Shared control plane for AI coding agents — tasks, memory, decisions, file locks. 12 tools.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA coordination layer for coding agents that provides memorable identities, inbox/outbox messaging, searchable message history, and file lease management to prevent conflicts. Uses Git for human-auditable artifacts and SQLite for fast queries, enabling multiple agents to collaborate across projects without stepping on each other.2,128MIT
- FlicenseNot gradedqualityDmaintenanceCoordinates multiple Claude Code agents to work collaboratively on projects with role-based task management, shared state, and automated code review.82-
- AlicenseNot gradedqualityAmaintenanceCoordinates parallel AI coding agents by providing task ownership, scoped file locks, handoffs, and verification workflows.MIT
- AlicenseNot gradedqualityBmaintenanceCoordinates multiple AI coding agents by providing a shared task board, memory, and advisory file claims, letting agents work on the same repo concurrently without duplicating work or overwriting each other.9811MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/somo-ui/workbuddy-codex-hub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server