Workforce MCP
Workforce MCP equips coding agents with specialist contexts (roles like DE, UI, SRE) for production-grade work, enabling them to adopt specific skills, stack defaults, quality bars, and orchestration patterns. You can load specialist contexts with modes (ask, plan, execute) for task planning and execution; list all available roles and their ownership; list and run pod presets that combine multiple specialties; consult a specialist mid-task for quality checks; hand off context between specialties with findings; run multi-specialty discussions (scrum, critique, premortem, etc.) to surface challenges; and delegate work across specialties with a manager-style breakdown. The orchestration flow is discuss → delegate → execute one specialty at a time, then handoff.
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., "@Workforce MCPload DE context and design the orders gold mart"
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.
Workforce MCP
Specialist context for your agent.
One MCP. When you need UI work, load UI context. Pipeline work → DE. Reliability → SRE. Your agent gets full production-grade skills, discovery questions, stack defaults, quality bars, and handoffs for that specialty — without installing separate skill packs per project.
Security
Stdio-only MCP. No install scripts. No network / shell / eval in our published file. Packs are embedded at build time (no runtime fs). The official MCP SDK is a normal dependency so schema tooling stays upstream — see SECURITY.md.
Related MCP server: ContextAtlas
Mental model
You: call MCP prompt "workforce/DE" for the order pipeline
→ agent loads Data Engineer specialist context
→ agent works AS a data engineer on that taskSame for UI, FE, BE, ML, AI, OPS, SRE, MON, SEC, QA, ARCH, MGR, …
Orchestration flow: discuss → delegate → one specialty at a time.
Pods: workforce/WEB (UI+FE+BE), workforce/DP (DE+DS), workforce/AIP (AI+ML+DS+DE) — roster presets, not mega-skills. Specialty AI ≠ pod AIP.
Install (Cursor)
Use npx (works for everyone — no local node_modules required):
{
"mcpServers": {
"workforce": {
"command": "npx",
"args": ["-y", "@saaalil/workforce-mcp"]
}
}
}Do not set command to node with ./node_modules/@saaalil/workforce-mcp/... unless you have already run npm i @saaalil/workforce-mcp in that same workspace. That path is why installs fail with MODULE_NOT_FOUND.
Or run: npx -y @saaalil/workforce-mcp.
Local clone:
{
"mcpServers": {
"workforce": {
"command": "node",
"args": ["/absolute/path/to/Workforce-MCP/dist/index.js"]
}
}
}Short flags
Flag | Full id | Specialist context for… |
UI |
| Product / UI design |
FE |
| Frontend implementation |
BE |
| APIs / services |
ARCH |
| System architecture |
DE |
| Pipelines / lakehouse / dbt |
DS |
| Experiments / model specs |
ML |
| Model lifecycle / serving |
AI |
| RAG / agents / evals |
OPS |
| CI/CD / platform / IaC |
SRE |
| SLOs / incidents / reliability |
MON |
| OTel / dashboards / alerts |
SEC |
| Threat model / authz / supply chain |
QA |
| Test strategy / release gates |
MGR |
| Delegate slices / sequence specialties |
Also accepts: workforce/DE, workforce-UI, devops, o11y, data engineer, etc.
Pods (roster presets)
Pod | Invoke | Members | Use when |
WEB |
| UI, FE, BE | User-facing product surface |
DP |
| DS, DE | Data products / metrics / marts |
AIP |
| DS, DE, ML, AI | Intelligence stack (RAG/agents/models) |
PLAT |
| OPS, SRE, MON | Delivery + reliability + telemetry |
SHIP |
| SEC, BE, FE, QA | Release hardening / gates |
Pods run member POVs + a delegation table, then you execute one workforce/FLAG. See docs/ADR-0001-pods.md.
Tools
Tool | Purpose |
| Primary — load full specialist context for the work |
| Alias of |
| Catalog of flags + specialties |
| Catalog of pods (WEB / DP / AIP / …) |
| Run a pod brief (roster → delegate → first FLAG) |
| Mid-task check against a specialty’s bars |
| Switch context (e.g. ARCH→FE, DE→AI) |
| Multi-specialty meeting (incl. postmortem_theater) |
| Manager ownership plan — who owns which slice, in what order |
Default mode=ask: investigate the repo, then reply with Goal / Blocking questions (0–3 with defaults) / Assumptions / Plan and stop until approved (unless the change is trivially small).
Example prompts to your agent
workforce/UI— design the marketing landing pageworkforce/WEB— plan a web feature across UI → FE/BEworkforce/DP— plan a data mart with DS + DEworkforce/AIP— plan RAG/agent work (not the same asworkforce/AIalone)workforce/DE— design the orders gold martworkforce_aswith roleSRE— define SLOs for checkoutworkforce/discuss— scrum the “express checkout” idea across specialtiesworkforce/discusswith formatpostmortem_theater— full cast; each specialty owns one corrective actionworkforce/delegate— break “express checkout” into specialty-owned slicesworkforce/MGR— stay in manager mode and sequence the workPlain language also works: “Load DE context and design the orders gold mart”
Switch context OPS → SRE after the golden path is ready
How Workforce differs from skill directories (e.g. skills.sh)
skills.sh is a marketplace of discrete skills you install one-by-one (npx skills add …) — procedural snippets for agents (frontend-design, tdd, azure-*, etc.). That model wins at breadth and remixing many tiny capabilities.
Workforce is a different bet:
Skill directories | Workforce | |
Unit | One skill file / procedure | One specialty with identity, stack defaults, quality bars, anti-patterns, handoffs |
How you use it | Install many skills into the agent | One MCP — call |
Coordination | You pick which skills to stack | Discuss → delegate → one specialty at a time → handoff |
Failure work | Separate debugging / review skills | Postmortem theater: every specialty owns one corrective action |
Intake | Often “just do it” | Contractor Goal / Blocking questions / Assumptions / Plan before high blast-radius work |
Be better, not broader: stay opinionated on orchestration and bars; don’t become another skill dump. Complement skills.sh (use a skill for a niche procedure) while Workforce owns who speaks, who owns the slice, and when to switch.
Develop
npm install
npm run validate-packs
npm run build
npm run smokeLicense
MIT
Support
Having install or connection issues? Reach out:
Email: salilhiremath2712@gmail.com
GitHub issues: https://github.com/Saaalil/Workforce-MCP/issues
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 Servers
- Alicense-qualityBmaintenanceProvides AI agents with operational customer context, including typed revenue objects, persistent state, scoped tools, and human-in-the-loop handoffs through MCP, REST, and CLI.Last updated712Apache 2.0
- Alicense-qualityCmaintenanceEnables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.Last updated29MIT
- Flicense-qualityCmaintenanceEnables AI agents to access a codebase context, select relevant files, and route queries to the appropriate AI model based on complexity, all through an MCP interface.Last updated
- Alicense-qualityCmaintenanceExposes a developer's local context (communication preferences, stack, repos, memory models) to AI agents via MCP tools and resources, enabling them to bootstrap with local guidelines and reduce context hallucination.Last updatedMIT
Related MCP Connectors
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Stop re-explaining yourself to Agents. Give it the right context, right when needed.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
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/Saaalil/Workforce-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server