Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-sequencer": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"agent-sequencer",
"--watch"
],
"env": {
"VIRTUAL_ENV": "",
"UV_LINK_MODE": "copy",
"AGENT_SEQUENCER_PROGRAMS_DIR": "${CLAUDE_PLUGIN_ROOT}/skills/agent-sequencer/programs"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
VIRTUAL_ENV=UV_LINK_MODE=copyAGENT_SEQUENCER_PROGRAMS_DIR=${CLAUDE_PLUGIN_ROOT}/skills/agent-sequencer/programsnpx claudepluginhub opensphere-inc/agent-sequencer --plugin agent-sequencer