Skip to main content
Glama
Saaalil
by Saaalil

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 task

Same 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

ui_designer

Product / UI design

FE

frontend

Frontend implementation

BE

backend

APIs / services

ARCH

architect

System architecture

DE

data_engineer

Pipelines / lakehouse / dbt

DS

data_scientist

Experiments / model specs

ML

ml_engineer

Model lifecycle / serving

AI

ai_engineer

RAG / agents / evals

OPS

ops

CI/CD / platform / IaC

SRE

sre

SLOs / incidents / reliability

MON

monitoring

OTel / dashboards / alerts

SEC

security

Threat model / authz / supply chain

QA

qa

Test strategy / release gates

MGR

manager

Delegate slices / sequence specialties

Also accepts: workforce/DE, workforce-UI, devops, o11y, data engineer, etc.

Pods (roster presets)

Pod

Invoke

Members

Use when

WEB

workforce/WEB

UI, FE, BE

User-facing product surface

DP

workforce/DP

DS, DE

Data products / metrics / marts

AIP

workforce/AIP

DS, DE, ML, AI

Intelligence stack (RAG/agents/models)

PLAT

workforce/PLAT

OPS, SRE, MON

Delivery + reliability + telemetry

SHIP

workforce/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

workforce_as

Primary — load full specialist context for the work

workforce_specialize

Alias of workforce_as

workforce_list_roles

Catalog of flags + specialties

workforce_list_pods

Catalog of pods (WEB / DP / AIP / …)

workforce_pod

Run a pod brief (roster → delegate → first FLAG)

workforce_consult

Mid-task check against a specialty’s bars

workforce_handoff

Switch context (e.g. ARCH→FE, DE→AI)

workforce_discuss

Multi-specialty meeting (incl. postmortem_theater)

workforce_delegate

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 page

  • workforce/WEB — plan a web feature across UI → FE/BE

  • workforce/DP — plan a data mart with DS + DE

  • workforce/AIP — plan RAG/agent work (not the same as workforce/AI alone)

  • workforce/DE — design the orders gold mart

  • workforce_as with role SRE — define SLOs for checkout

  • workforce/discuss — scrum the “express checkout” idea across specialties

  • workforce/discuss with format postmortem_theater — full cast; each specialty owns one corrective action

  • workforce/delegate — break “express checkout” into specialty-owned slices

  • workforce/MGR — stay in manager mode and sequence the work

  • Plain 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 workforce/DE, discuss, delegate

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 smoke

License

MIT

Support

Having install or connection issues? Reach out:

Docs site: https://workforce-website-psi.vercel.app/support

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    B
    maintenance
    Provides 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 updated
    7
    12
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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