AgentTasker MCP Server for VS Code
io.github.s3brr/agent-tasker-mcp
Minimal stdio MCP server for parallel task execution by AI agents.
client:VS Code
transport:stdio
runtime:pypi
Install AgentTasker MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"agent-tasker-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-tasker-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs