@agentworkforce/mcp-workforce
An MCP server that exposes workforce primitives (workflows, memory, integration clients) to a harness running inside a workforce sandbox.
Versions
4.1.37latest4.1.364.1.354.1.344.1.33+ show 89 moreshow less
4.1.324.1.314.1.304.1.294.1.274.1.264.1.254.1.244.1.234.1.224.1.214.1.204.1.194.1.184.1.174.1.164.1.154.1.144.1.134.1.124.1.114.1.104.1.94.1.84.1.74.1.64.1.54.1.44.1.34.1.24.1.14.1.04.0.64.0.54.0.44.0.34.0.24.0.14.0.03.0.523.0.513.0.503.0.493.0.473.0.463.0.453.0.443.0.433.0.423.0.413.0.403.0.393.0.383.0.373.0.363.0.353.0.333.0.323.0.313.0.303.0.293.0.283.0.273.0.263.0.253.0.243.0.233.0.223.0.213.0.203.0.193.0.183.0.173.0.163.0.153.0.143.0.133.0.123.0.113.0.103.0.93.0.83.0.73.0.63.0.53.0.43.0.33.0.20.0.0Tools 11
workflow.run Invoke a named workflow against the active workspace and return the run id + initial status. Long-running workflows are polled via workflow.status.
workflow.status Poll a previously-started workflow run for status, output, and error fields.
memory.save Persist a memory entry for the active workspace. Scope is one of workspace (default) / user / global, matching @agentworkforce/persona-kit\'s PersonaMemoryScope. Tags are deduped; workspace/scope tags are added automatically.
memory.recall Semantic search over the workspace memory bag. Returns up to `limit` items (default 5, max 50).
list_integrations Returns the same integration catalog/status JSON document as `agentworkforce integrations --json`. Use before authoring agent.triggers.
get_agent_card Returns the same canonical card JSON as `agentworkforce agent-card --json`.
integration.github.comment Posts a comment on the target issue/PR. Returns the comment URL.
integration.github.createIssue Creates a new issue in the target repo. Returns { number, url }.
integration.github.upsertIssue Updates an open issue matching `matchTitle` if present, otherwise creates one. Returns { number, url, created }.
integration.github.getPr Returns title, body, head/base refs, author, and the full unified diff via the canonical API endpoint.
integration.github.postReview Posts a review with optional inline comments. `event` is one of COMMENT, APPROVE, REQUEST_CHANGES.
Permissions 4
network medium filesystem low shell high env_vars low