Oplink workflows are YAML-defined tools that your IDE/agent can call via MCP. They let you combine prompts and external MCP servers into reusable flows that your team can version, review, and share.
Why workflows
Project setup
npx oplink@latest init.mcp-workflows/workflows.yaml (and servers.json if using external servers)--config ./.mcp-workflows when starting the serverWorkflow modes
describe_tools so agents can discover available commands using cached schemasFolder layout
.mcp-workflows/workflows.yaml – your workflow definitions.mcp-workflows/servers.json – registry of external MCP servers (aliases, commands, env).mcp-workflows/.tokens/* – OAuth tokens/cache (ignored by git)Next steps